*** empty log message ***

svn path=/trunk/boinc/; revision=5842
This commit is contained in:
David Anderson 2005-04-12 23:03:52 +00:00
parent 34bd6778d6
commit 78eb404c66
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ bool CLIENT_STATE::input_files_available(RESULT* rp) {
for (i=0; i<wup->input_files.size(); i++) {
fip = wup->input_files[i].file_info;
if (fip->status != FILE_PRESENT) return false;
if (!fip->verify_file(false)) return false;
if (fip->verify_file(false)) return false;
}
return true;
}