mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 23:17:34 +02:00
Fixing failed opendir handling from 1725:739f90999b17.
This commit is contained in:
parent
d7cda433bc
commit
daf5478824
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
((file-directory? file)
|
||||
(let ((d (opendir file)))
|
||||
(if (not d)
|
||||
acc
|
||||
(let lp ((acc acc))
|
||||
(let ((e (readdir d)))
|
||||
(cond
|
||||
|
|
Loading…
Add table
Reference in a new issue