Raymond Toy pushed to branch issue-375-mkstemp-return-filename at cmucl / cmucl
Commits:
-
144065ee
by Raymond Toy at 2025-02-03T10:16:16-08:00
1 changed file:
Changes:
... | ... | @@ -2957,7 +2957,7 @@ |
2957 | 2957 | returned."
|
2958 | 2958 | ;; Make sure the template is valid.
|
2959 | 2959 | (unless (check-template template)
|
2960 | - (return-from unix-mkstemp
|
|
2960 | + (return-from unix-mkdtemp
|
|
2961 | 2961 | (values nil einval)))
|
2962 | 2962 | (let* ((format (if (eql *filename-encoding* :null)
|
2963 | 2963 | :iso8859-1
|