Integrated latest fix contributed by Kajtar Zsolt.

This commit is contained in:
oliverschmidt 2010-04-06 09:46:58 +00:00
parent d9d3f7b6b5
commit ce412471e4
2 changed files with 4 additions and 2 deletions

View file

@ -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?

View file

@ -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?