mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsFrmClock: Using less chars for time string.
Current count of chars could be not enough in some cases.
This commit is contained in:
@@ -58,7 +58,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
|
|||||||
int cl_interval;
|
int cl_interval;
|
||||||
|
|
||||||
///raw time chars
|
///raw time chars
|
||||||
char cl_timestr[20];
|
char cl_timestr[32];
|
||||||
|
|
||||||
///handle paint clock within thread and is not similar to cc_allow_paint
|
///handle paint clock within thread and is not similar to cc_allow_paint
|
||||||
bool paintClock;
|
bool paintClock;
|
||||||
|
Reference in New Issue
Block a user