Fix crash.

This commit is contained in:
Themaister 2012-05-13 15:43:44 +02:00
parent 6778f84458
commit 8208956ce6

View File

@ -210,7 +210,7 @@ bool retro_load_game(const struct retro_game_info *info)
{
int argc = 0;
char vbuf[200];
char *argv[32] = {NULL};
static char *argv[32] = {NULL};
extract_directory(g_wad_dir, info->path, sizeof(g_wad_dir));