* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Fix typo.
This commit is contained in:
parent
3c788ea42a
commit
ad7915ffca
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-06 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Fix typo.
|
||||||
|
|
||||||
2006-12-05 Corinna Vinschen <corinna@vinschen.de>
|
2006-12-05 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (cwdstuff::init): Don't change to windows_system_directory
|
* path.cc (cwdstuff::init): Don't change to windows_system_directory
|
||||||
|
@ -1463,7 +1463,7 @@ fhandler_disk_file::rmdir ()
|
|||||||
directory can't be removed because it's not empty. Checking for
|
directory can't be removed because it's not empty. Checking for
|
||||||
existence afterwards keeps us informed about success. */
|
existence afterwards keeps us informed about success. */
|
||||||
if (!isremote () || att == INVALID_FILE_ATTRIBUTES)
|
if (!isremote () || att == INVALID_FILE_ATTRIBUTES)
|
||||||
return res;
|
return 0;
|
||||||
|
|
||||||
err = ERROR_DIR_NOT_EMPTY;
|
err = ERROR_DIR_NOT_EMPTY;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user