change unitialized byte values in xlink to 0

This commit is contained in:
anthony
2010-01-05 14:17:24 -07:00
parent b864431a14
commit 8614871e68

View File

@@ -26,7 +26,7 @@ enum eBlockType {
}; };
SLONG options = 0; SLONG options = 0;
SLONG fillchar = -1; SLONG fillchar = 0;
enum eOutputType outputtype = OUTPUT_GBROM; enum eOutputType outputtype = OUTPUT_GBROM;
char temptext[1024]; char temptext[1024];
char smartlinkstartsymbol[256]; char smartlinkstartsymbol[256];