diff --git a/build/parsePreamble.c b/build/parsePreamble.c index 278bbfa..aac0aef 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -166,6 +166,7 @@ static int parseBits(const char * s, const tokenBits tokbits, break; } + tb = NULL; for (tokenBits t = tokbits; t->name; t++) { if (t->name && !strncasecmp(t->name, s, (se-s))) { if (!t->name[se-s]) {