mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user