Increasing buffer size for UtilCore

This commit is contained in:
2021-03-01 15:20:36 +02:00
parent c37e16a874
commit 6fbfbd1f68

View File

@@ -17,7 +17,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Variable used to temp values with // Variable used to temp values with
static char ReturnStr[1000]; static char ReturnStr[2000];
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------