mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5842
This commit is contained in:
parent
34bd6778d6
commit
78eb404c66
|
@ -224,7 +224,7 @@ bool CLIENT_STATE::input_files_available(RESULT* rp) {
|
||||||
for (i=0; i<wup->input_files.size(); i++) {
|
for (i=0; i<wup->input_files.size(); i++) {
|
||||||
fip = wup->input_files[i].file_info;
|
fip = wup->input_files[i].file_info;
|
||||||
if (fip->status != FILE_PRESENT) return false;
|
if (fip->status != FILE_PRESENT) return false;
|
||||||
if (!fip->verify_file(false)) return false;
|
if (fip->verify_file(false)) return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue