From 2aa7f70f8cc39e612ad268bcf3b44f40e494af81 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 3 Jan 2005 18:04:48 +0000 Subject: [PATCH] Typo svn path=/trunk/boinc/; revision=4988 --- sched/file_deleter.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/file_deleter.C b/sched/file_deleter.C index 76f1e8e073..12bd17b9da 100644 --- a/sched/file_deleter.C +++ b/sched/file_deleter.C @@ -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;