mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Trying to track down file write corruption
This commit is contained in:
Binary file not shown.
@@ -438,9 +438,8 @@ def readtxt(filename, startline)#0
|
||||
putln
|
||||
end
|
||||
def writetxt(filename)#0
|
||||
word i, strptr
|
||||
byte refnum, j, chr
|
||||
byte txtbuf[MAXLNLEN+2]
|
||||
word i
|
||||
byte refnum, txtbuf[MAXLNLEN+2]
|
||||
|
||||
fileio:destroy(filename)
|
||||
fileio:create(filename, $04, $00) // full access, TXT file
|
||||
|
Reference in New Issue
Block a user