From 78eb404c66c3114ea97be86bee4b8555079e3e7e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 12 Apr 2005 23:03:52 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5842 --- client/cs_apps.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cs_apps.C b/client/cs_apps.C index d23e5889ea..6082812d09 100644 --- a/client/cs_apps.C +++ b/client/cs_apps.C @@ -224,7 +224,7 @@ bool CLIENT_STATE::input_files_available(RESULT* rp) { for (i=0; iinput_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; }