lcd4l: fix -Wformat-truncation warning

Origin commit data
------------------
Commit: 0efef8f150
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-24 (Fri, 24 Jan 2020)
This commit is contained in:
Markus Volk
2020-01-24 22:04:09 +01:00
committed by vanhofen
parent 910a470d00
commit 86e7933375
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class CLCD4l
std::string m_Info1;
std::string m_Info2;
int m_Progress;
char m_Duration[15];
char m_Duration[24];
std::string m_Start;
std::string m_End;