From bba97e71ae8811a2f717347420e9641095b076ae Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 7 Oct 2014 14:39:37 +0200 Subject: [PATCH] general.h - Same for error string --- general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general.h b/general.h index ba7322b67c..8e0b5f1dc3 100644 --- a/general.h +++ b/general.h @@ -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;