Fix bug in ls for esp32.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
( Migrate various words to separate vocabularies, and constants )
|
||||
|
||||
forth definitions internals
|
||||
: read-dir ( dh -- a n ) dup if errno else 0 then ;
|
||||
: read-dir ( dh -- a n ) readdir dup if z>s else 0 then ;
|
||||
forth definitions
|
||||
|
||||
vocabulary ESP ESP definitions
|
||||
|
||||
Reference in New Issue
Block a user