From 0a8ce310bed9dfa93a4d68ae54c28f4187539af3 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 20 Sep 2017 17:32:18 +0200 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/ecdc1acb9fbbf6f576209b3d4b03bfe7749554f1 Author: Thilo Graf Date: 2017-09-20 (Wed, 20 Sep 2017) ------------------ This commit was generated by Migit --- src/gui/components/cc_frm_clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_clock.h b/src/gui/components/cc_frm_clock.h index 4595edd58..590353478 100644 --- a/src/gui/components/cc_frm_clock.h +++ b/src/gui/components/cc_frm_clock.h @@ -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;