shithub: rgbds

Download patch

ref: 8614871e68402a49a0fd7622b8a2c826438e3425
parent: b864431a1487bc91f226ace80cc7d5921b141b01
author: anthony <[email protected]>
date: Tue Jan 5 09:17:24 EST 2010

change unitialized byte values in xlink to 0

--- a/src/link/main.c
+++ b/src/link/main.c
@@ -26,7 +26,7 @@
 };
 
 SLONG options = 0;
-SLONG fillchar = -1;
+SLONG fillchar = 0;
 enum eOutputType outputtype = OUTPUT_GBROM;
 char temptext[1024];
 char smartlinkstartsymbol[256];