Integrated latest fix contributed by Kajtar Zsolt.
This commit is contained in:
parent
d9d3f7b6b5
commit
ce412471e4
|
@ -102,7 +102,8 @@ _pfs_open:
|
|||
ldy #255
|
||||
sty ptr1
|
||||
@L10: iny
|
||||
bmi error3 ;too long...
|
||||
cpy #F_MAXLEN
|
||||
bcs error3 ;too long...
|
||||
ldx #4
|
||||
@L12: cmp illchr,x
|
||||
beq error3 ;illegal char?
|
||||
|
|
|
@ -102,7 +102,8 @@ _pfs_open:
|
|||
ldy #255
|
||||
sty ptr1
|
||||
@L10: iny
|
||||
bmi error3 ;too long...
|
||||
cpy #F_MAXLEN
|
||||
bcs error3 ;too long...
|
||||
ldx #4
|
||||
@L12: cmp illchr,x
|
||||
beq error3 ;illegal char?
|
||||
|
|
Loading…
Reference in a new issue