io: print: handle paths that don't convert cleanly to a string
This commit is contained in:
parent
7abfdab35e
commit
ccbef59e96
|
@ -23,7 +23,7 @@
|
|||
(write-string "#<" port)
|
||||
(write-string (symbol->string (path-convention p)) port)
|
||||
(write-string "-path:" port))))
|
||||
(write-string (bytes->string/locale (path-bytes p)) port)
|
||||
(write-string (bytes->string/locale (path-bytes p) #\?) port)
|
||||
(when mode
|
||||
(write-string ">" port)))
|
||||
#:property prop:equal+hash
|
||||
|
|
Loading…
Reference in New Issue
Block a user