This commit is contained in:
Dogan 2019-12-29 14:49:35 +01:00
parent b4f41d9778
commit 697a9a922b

View File

@ -217,7 +217,7 @@ public void SQL_OnQueryCompletedTopTime(Database db, DBResultSet results, const
int iDays[12];
int iHours[12];
char sTime[12][32];
char sBuffer[12][256];
char sBuffer[12][128];
Panel mSayPanel = new Panel(GetMenuStyleHandle(MenuStyle_Radio));