all repos — mgba @ 13cf63293d21d991517e87043601befaccff9745

mGBA Game Boy Advance Emulator

Util: Initialize No-Intro DB parsing stack
Jeffrey Pfau jeffrey@endrift.com
Sun, 20 Dec 2015 18:59:09 -0800
commit

13cf63293d21d991517e87043601befaccff9745

parent

54413a8fd13cae1eff8618d306f440ac9e408695

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/util/nointro.csrc/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;