lcd4l: fix -Wformat-truncation warning

This commit is contained in:
MarkusVolk
2020-01-24 18:24:30 +01:00
parent 0e7170fe98
commit 4836eb8f75
2 changed files with 2 additions and 2 deletions

View File

@@ -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;