another dir_size() fix

svn path=/trunk/boinc/; revision=13120
This commit is contained in:
David Anderson 2007-07-08 04:38:12 +00:00
parent dbd539bc33
commit 2ffad3214a
1 changed files with 1 additions and 1 deletions

View File

@ -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) {