Fixed a bug when we had to skip a direntry with a zero i-num.
This commit is contained in:
+3
-1
@@ -162,10 +162,12 @@ printname:
|
|||||||
|
|
||||||
lac bufptr " Add 7 to the bufptr
|
lac bufptr " Add 7 to the bufptr
|
||||||
tad d7
|
tad d7
|
||||||
skp
|
jmp nextentry
|
||||||
|
|
||||||
skipentry:
|
skipentry:
|
||||||
|
lac bufptr " Add 8 to the bufptr if we skipped this entry entirely
|
||||||
tad d8 " Or add 8 if we skipped this entry entirely
|
tad d8 " Or add 8 if we skipped this entry entirely
|
||||||
|
nextentry:
|
||||||
dac bufptr
|
dac bufptr
|
||||||
-8
|
-8
|
||||||
tad count " Decrement the count of words by 8
|
tad count " Decrement the count of words by 8
|
||||||
|
|||||||
Reference in New Issue
Block a user