Util: Initialize No-Intro DB parsing stack
Jeffrey Pfau jeffrey@endrift.com
Sun, 20 Dec 2015 18:59:09 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/util/nointro.c
→
src/util/nointro.c
@@ -157,7 +157,7 @@ char line[512];
struct { char* key; struct NoIntroItem* item; - } keyStack[KEY_STACK_SIZE]; + } keyStack[KEY_STACK_SIZE] = {}; struct Table* parent = 0; size_t stackDepth = 0;