mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Fixed a problem with SI:MKSTEMP under windows (D. Statyvka)
This commit is contained in:
parent
fb03685bf4
commit
8c6d1908ae
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ si_mkstemp(cl_object template)
|
|||
@':name', Cnil,
|
||||
@':version', Cnil,
|
||||
@':defaults', phys);
|
||||
dir = cl_namestring(dir);
|
||||
dir = si_coerce_to_filename(dir);
|
||||
file = cl_file_namestring(phys);
|
||||
|
||||
l = dir->base_string.fillp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue