This commit is contained in:
Denis Molony 2022-12-11 01:59:44 +10:00
parent 09c4542118
commit 9fba3893ba
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public class BasicTextFile extends TextFile
super (name, buffer);
this.eof = eof;
recordLength = auxType;
prodosFile = true;
}