mirror of https://github.com/BOINC/boinc.git
another dir_size() fix
svn path=/trunk/boinc/; revision=13120
This commit is contained in:
parent
dbd539bc33
commit
2ffad3214a
|
@ -408,8 +408,8 @@ int dir_size(const char* dirpath, double& size, bool recurse) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dir_close(dirp);
|
dir_close(dirp);
|
||||||
return 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
FILE* boinc_fopen(const char* path, const char* mode) {
|
FILE* boinc_fopen(const char* path, const char* mode) {
|
||||||
|
|
Loading…
Reference in New Issue