From 6fbfbd1f689e7f4a6d4f2c58e7f326e7c820965f Mon Sep 17 00:00:00 2001 From: Charl Wentzel Date: Mon, 1 Mar 2021 15:20:36 +0200 Subject: [PATCH] Increasing buffer size for UtilCore --- UtilCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtilCore.cpp b/UtilCore.cpp index beac708..9bad6fd 100644 --- a/UtilCore.cpp +++ b/UtilCore.cpp @@ -17,7 +17,7 @@ //--------------------------------------------------------------------------- // Variable used to temp values with -static char ReturnStr[1000]; +static char ReturnStr[2000]; //---------------------------------------------------------------------------