From 2ffad3214a382753c5bfd50bf7908fa13420c02c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 8 Jul 2007 04:38:12 +0000 Subject: [PATCH] another dir_size() fix svn path=/trunk/boinc/; revision=13120 --- lib/filesys.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filesys.C b/lib/filesys.C index 8472f11128..2efd356e02 100755 --- a/lib/filesys.C +++ b/lib/filesys.C @@ -408,8 +408,8 @@ int dir_size(const char* dirpath, double& size, bool recurse) { } } dir_close(dirp); - return 0; #endif + return 0; } FILE* boinc_fopen(const char* path, const char* mode) {