This commit is contained in:
Dogan 2019-12-29 14:49:35 +01:00
parent 3a3d649b63
commit a6ad7edcbf

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));