Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelherodev authored Feb 18, 2019
1 parent 7985021 commit e257f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/00/filestreams.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ _: pop af
ld a, (ix + FILE_FINAL_LENGTH)
cp c
jr nc, .nope
set 5, (ix + FILE_STREAM) ; set eof
set 5, (ix + FILE_FLAGS) ; set eof
.nope:
pop bc
pop af
Expand Down

0 comments on commit e257f54

Please sign in to comment.