Raymond Toy pushed to branch issue-132-ansi-test-rename-files at cmucl / cmucl
Commits: a879f311 by Carl S. Shapiro at 2022-10-15T14:19:02+00:00 Apply 1 suggestion(s) to 1 file(s) - - - - -
1 changed file:
- src/code/filesys.lisp
Changes:
===================================== src/code/filesys.lisp ===================================== @@ -972,9 +972,7 @@ (unix:get-unix-error-msg error)))) (when (streamp file) (file-name file new-namestring)) - (values new-name - original - (truename new-name))))) + (values new-name original (truename new-name)))))
;;; Delete-File -- Public ;;;
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a879f31142a574333bc3f768...