mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
lcd4l: fix -Wformat-truncation warning
This commit is contained in:
@@ -117,7 +117,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;
|
||||
|
||||
|
Reference in New Issue
Block a user