general.h - Same for error string

This commit is contained in:
twinaphex 2014-10-07 14:39:37 +02:00
parent e0982b4eac
commit bba97e71ae

View File

@ -755,7 +755,7 @@ struct global
bool main_is_init;
bool error_in_init;
char error_string[1024];
char error_string[PATH_MAX];
jmp_buf error_sjlj_context;
bool libretro_no_content;