From c185ac8beaaee24f7b69dac57101114a2e104345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1zaro=20Vieira?= Date: Wed, 30 Aug 2017 02:57:47 -0300 Subject: [PATCH] Increase path buffer size --- src/savemng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/savemng.h b/src/savemng.h index acaab93..b01516a 100644 --- a/src/savemng.h +++ b/src/savemng.h @@ -11,7 +11,7 @@ #include "lib_easy.h" #include "draw.h" -#define PATH_SIZE 0x200 +#define PATH_SIZE 0x400 #ifdef __cplusplus extern "C" {