Browse Source

fs: fix broken "ensure Z" in fsIter

pull/85/head
Virgil Dupras 4 years ago
parent
commit
817088f794
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/fs.asm

+ 1
- 1
kernel/fs.asm 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


Loading…
Cancel
Save