CComponentsFrmClock: Using less chars for time string.

Current count of chars could be not enough in some cases.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ecdc1acb9f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-09-20 (Wed, 20 Sep 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-09-20 17:32:18 +02:00
parent 049633bc07
commit 0a8ce310be

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;