changeset 207:4c555a7a3435

helpers/mokosrec2bin.c: sync with master version in freecalypso-tools The only diff is that the fill byte now defaults to 0xFF.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 05:13:01 +0000
parents fdde05764380
children 68184e15d92c
files helpers/mokosrec2bin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/helpers/mokosrec2bin.c	Tue Oct 13 01:16:35 2020 +0000
+++ b/helpers/mokosrec2bin.c	Fri Oct 16 05:13:01 2020 +0000
@@ -128,7 +128,7 @@
 		else
 			goto usage;
 	} else
-		fillbyte = 0;
+		fillbyte = 0xFF;
 
 	state = 0;
 	for (lineno = 1; ; lineno++) {