Fix iota bug in io.files.info.windows
parent
9131e16f7b
commit
00f58f81e1
|
@ -162,7 +162,7 @@ M: winnt file-system-info ( path -- file-system-info )
|
|||
ret win32-error-string throw
|
||||
] [
|
||||
names names-length *uint ushort heap-size * head
|
||||
utf16n alien>string CHAR: \0 split
|
||||
utf16n alien>string { CHAR: \0 } split
|
||||
] if ;
|
||||
|
||||
: find-first-volume ( -- string handle )
|
||||
|
|
Loading…
Reference in New Issue