no message

svn path=/trunk/boinc/; revision=1190
This commit is contained in:
Dan Werthimer 2003-05-13 23:04:49 +00:00
parent 4afa68d596
commit f8b5f68bc1
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ int boinc_mkdir(char* name) {
int boinc_rmdir(char* name) {
#ifdef _WIN32
return RemoveDirectory(name, NULL);
return RemoveDirectory(name);
#else
return rmdir(name);
#endif