[Git][cmucl/cmucl][issue-132-ansi-test-rename-files] Apply 1 suggestion(s) to 1 file(s)
![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
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... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a879f31142a574333bc3f768... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)