mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-11-05 02:08:07 +00:00
Squashed another wildcard bug. There are more!
This commit is contained in:
parent
995f8769ab
commit
689f29fa02
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -241,6 +241,11 @@ MATCHENT LDA #<BLKBUF+4 ; Skip pointers
|
||||
:S1 LDY #$00
|
||||
LDA (A1L),Y ; Length byte
|
||||
BEQ :NOMATCH ; Inactive entry
|
||||
AND #$0F
|
||||
TAY
|
||||
INY
|
||||
LDA #$00
|
||||
STA (A1L),Y ; Null terminate filename for MATCH
|
||||
INC A1L ; Inc ptr, skip length byte
|
||||
BNE :S2
|
||||
INC A1H
|
||||
|
Loading…
Reference in New Issue
Block a user