This commit is contained in:
Kartik K. Agaram 2021-08-11 18:36:57 -07:00
parent 6aa3d287b1
commit 2c401eb6e8
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ fn parse-record in: (addr stream byte), out: (addr stream byte) {
var eof?/eax: boolean <- stream-empty? in
compare eof?, 0/false
break-if-=
abort "parse-record: truncated"
abort "parse-record: truncated; increase the sector-count to load from disk"
}
var c/eax: byte <- read-byte in
{