Raymond Toy pushed to branch issue-375-mkstemp-return-filename at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/unix.lisp
    ... ... @@ -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