fix directory-entries so we can bootstrap again

db4
Joe Groff 2009-08-25 23:50:27 -05:00
parent ff9b54fd0c
commit a6c8e91f88
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;