Fixed typo in the order of errors when building DELETE-FILE.

This commit is contained in:
Juan Jose Garcia Ripoll 2013-06-27 23:01:20 +02:00
parent 08594e60a9
commit e2ae310e2c

View file

@ -596,8 +596,8 @@ cl_delete_file(cl_object file)
if (ok < 0) {
const char *msg =
isdir?
"Cannot delete the file ~S.~%C library error: ~S" :
"Cannot delete the directory ~S.~%C library error: ~S";
"Cannot delete the directory ~S.~%C library error: ~S" :
"Cannot delete the file ~S.~%C library error: ~S";
cl_object c_error = _ecl_strerror(errno);
si_signal_simple_error
(6, @'file-error', /* condition */