diff helpers/mokosrec2bin.c @ 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 47037439ed64
children
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++) {