1
0
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:
David Schmenk
2019-12-30 22:34:35 -08:00
parent de29742841
commit c743ace42b
2 changed files with 23 additions and 24 deletions

Binary file not shown.

View File

@@ -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