@iceman1001 s compiler warning adjustment

This commit is contained in:
marshmellow42
2015-06-15 00:22:49 -04:00
parent b43607e995
commit d679c29a4f

View File

@@ -311,7 +311,7 @@ int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *res
int ibperhx = 8, obperhx = 8;
int rflags = 0; // search flags
int c;
unsigned long width = 0UL;
unsigned long width;
poly_t apoly, crc;
char *string;