inserted a coercion string->path
(there is one on the line above so this is probably the right thing) closes PR 11563
This commit is contained in:
parent
da68fc209a
commit
8903de5a12
|
@ -185,7 +185,7 @@
|
|||
#f
|
||||
(map (lambda (p) (build-path (car strs) p))
|
||||
(cdr strs))))
|
||||
(cast (OPENFILENAME-lpstrFile ofn) _pointer _string/utf-16)))
|
||||
(string->path (cast (OPENFILENAME-lpstrFile ofn) _pointer _string/utf-16))))
|
||||
(when directory
|
||||
(free (OPENFILENAME-lpstrInitialDir ofn)))
|
||||
(when message
|
||||
|
|
Loading…
Reference in New Issue
Block a user