svn path=/trunk/boinc/; revision=4988
This commit is contained in:
Bruce Allen 2005-01-03 18:04:48 +00:00
parent c987c69390
commit 2aa7f70f8c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ int get_file_path(char *buf, char* upload_dir, int fanout, bool newhash, char* p
// TODO: get rid of the old hash in about 3/2005
//
dir_hier_path(buf, upload_dir, fanout, false, path);
if (!boinc_file_exists(path))
if (boinc_file_exists(path))
return 0;
return 1;