# HG changeset patch # User Mychaela Falconia # Date 1602825181 0 # Node ID 4c555a7a3435c4c68a834ca309597301334515ca # Parent fdde057643804548b9e69a15ad44ae046151991d helpers/mokosrec2bin.c: sync with master version in freecalypso-tools The only diff is that the fill byte now defaults to 0xFF. diff -r fdde05764380 -r 4c555a7a3435 helpers/mokosrec2bin.c --- 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++) {