# HG changeset patch # User Mychaela Falconia # Date 1602824701 0 # Node ID c6deddb5e91d87f52ba3c779f330d48480b63506 # Parent 555cdc5fda0d290208883fe3f1f8dcc0f00d9224 helpers/mokosrec2bin.c: sync with master version in freecalypso-tools The only diff is that the fill byte now defaults to 0xFF. diff -r 555cdc5fda0d -r c6deddb5e91d helpers/mokosrec2bin.c --- a/helpers/mokosrec2bin.c Thu Oct 15 17:50:04 2020 +0000 +++ b/helpers/mokosrec2bin.c Fri Oct 16 05:05:01 2020 +0000 @@ -128,7 +128,7 @@ else goto usage; } else - fillbyte = 0; + fillbyte = 0xFF; state = 0; for (lineno = 1; ; lineno++) {