mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 16:09:41 +00:00
Fix crash.
This commit is contained in:
parent
6778f84458
commit
8208956ce6
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user