Skip to content

Commit e257f54

Browse files
author
pixelherodev
authored
Fix a bug
1 parent 7985021 commit e257f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/00/filestreams.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ _: pop af
14101410
ld a, (ix + FILE_FINAL_LENGTH)
14111411
cp c
14121412
jr nc, .nope
1413-
set 5, (ix + FILE_STREAM) ; set eof
1413+
set 5, (ix + FILE_FLAGS) ; set eof
14141414
.nope:
14151415
pop bc
14161416
pop af

0 commit comments

Comments
 (0)