CComponentsFrmClock: Using less chars for time string.

Current count of chars could be not enough in some cases.
This commit is contained in:
2017-09-20 17:32:18 +02:00
parent e308407b22
commit ecdc1acb9f

View File

@@ -58,7 +58,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
int cl_interval;
///raw time chars
char cl_timestr[20];
char cl_timestr[32];
///handle paint clock within thread and is not similar to cc_allow_paint
bool paintClock;