diff --git a/basis/io/files/info/windows/windows.factor b/basis/io/files/info/windows/windows.factor index cc6218a4ea..799b6dc4b2 100644 --- a/basis/io/files/info/windows/windows.factor +++ b/basis/io/files/info/windows/windows.factor @@ -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 )