fix directory-entries so we can bootstrap again
parent
ff9b54fd0c
commit
a6c8e91f88
|
@ -57,7 +57,7 @@ M: unix find-next-file ( DIR* -- byte-array )
|
|||
|
||||
M: unix >directory-entry ( byte-array -- directory-entry )
|
||||
{
|
||||
[ dirent-d_name utf8 alien>string ]
|
||||
[ dirent-d_name underlying>> utf8 alien>string ]
|
||||
[ dirent-d_type dirent-type>file-type ]
|
||||
} cleave directory-entry boa ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue