fs: fix broken "ensure Z" in fsIter

This commit is contained in:
Virgil Dupras 2019-11-25 22:32:55 -05:00
parent 7c893dada1
commit 817088f794
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ fsIter:
call nz, callIY
call fsNext
jr z, .loop ; Z set? fsNext was successful
or a ; ensure Z
cp a ; ensure Z
ret
; Delete currently active file