gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2013年11月07日 17:20:25 +0000
committerCamm Maguire <camm@debian.org>2013年11月07日 17:20:25 +0000
commit18628ebae2f8f55e09ea839bf784c82271bc4634 (patch)
treec8085ae63bcef41c7bfcc5089b48a52252076724
parente3570d90e673f797906688f194235c0a1170f845 (diff)
downloadgcl-18628ebae2f8f55e09ea839bf784c82271bc4634.tar.gz
file error in delete-file
Diffstat
-rwxr-xr-xgcl/o/unixfsys.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/unixfsys.c b/gcl/o/unixfsys.c
index 50b08d156..d324be2b3 100755
--- a/gcl/o/unixfsys.c
+++ b/gcl/o/unixfsys.c
@@ -578,7 +578,7 @@ DEFUN("DELETE-FILE",object,fLdelete_file,LISP,1,1,NONE,OO,OO,OO,OO,(object path)
coerce_to_local_filename(path, filename);
if (unlink(filename) < 0 && rmdir(filename) < 0)
- FEerror("Cannot delete the file ~S: ~s.", 2, path, make_simple_string(strerror(errno)));
+ FILE_ERROR(path,"Cannot delete file");
path = Ct;
RETURN1(path);
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月02日 01:15:01 +0000

AltStyle によって変換されたページ (->オリジナル) /