Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-08-26 07:17:44 -05:00
commit 168c81b6ac
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 ;