mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 01:29:28 +00:00
oops
This commit is contained in:
parent
36758f41a4
commit
405926e811
@ -820,7 +820,6 @@ io_error:
|
||||
}
|
||||
|
||||
|
||||
; NOTE: f_seek_w() doesn't work reliably right now. I only manage to corrupt the fat32 filesystem on the sdcard with it...
|
||||
sub f_seek_w(uword pos_hiword, uword pos_loword) {
|
||||
; -- seek in the output file opened with f_open_w, to the given 32-bits position
|
||||
diskio.f_seek.command[1] = WRITE_IO_CHANNEL ; f_open_w uses this secondary address
|
||||
|
Loading…
Reference in New Issue
Block a user