about summary refs log tree commit diff stats
path: root/088file.mu
diff options
context:
space:
mode:
Diffstat (limited to '088file.mu')
-rw-r--r--088file.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/088file.mu b/088file.mu
index f2dde0a1..19539b95 100644
--- a/088file.mu
+++ b/088file.mu
@@ -30,6 +30,7 @@ def start-reading fs:address:filesystem, filename:address:array:character -> con
     done?:boolean <- greater-or-equal i, len
     break-if done?
     tmp:file-mapping <- index *data, i
+    i <- add i, 1
     curr-filename:address:array:character <- get tmp, name:offset
     found?:boolean <- equal filename, curr-filename
     loop-unless found?