Skip to content

Commit 0f1c447

Browse files
whoops
1 parent f585edf commit 0f1c447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fileioc/fileioc.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,13 @@ ti_Read:
592592
sbc hl, de
593593
jr z, .ret0.pop
594594
push hl
595+
call util_get_data_offset
595596
ld de, (iy + 3)
596597
pop bc
598+
push bc
597599
ldir
598600
call util_get_offset
599601
pop hl
600-
push hl
601602
add hl, bc
602603
ex de, hl
603604
call util_get_offset_ptr

0 commit comments

Comments
 (0)