Fix directory-read to NOT drop the occasional file.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 31 Jan 2016 00:34:14 +0000 (17:34 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Wed, 3 Feb 2016 00:08:15 +0000 (17:08 -0700)
commit6af9d70324e289a57d8cf6fed19cb269d37c3c19
tree9be97eba409e465fac209985f0f5ebfcb1c226ac
parent88e2ac8c48d5ca379ac31dcb17b4687037bea9c3
Fix directory-read to NOT drop the occasional file.

char_pointer_to_string was used instead of
char_pointer_to_string_no_gc even though there is no way to retry
the OS_directory_read().
src/microcode/prosfs.c