mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
simple_display: fix array size
Origin commit data
------------------
Branch: ni/coolstream
Commit: 770ab77eac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -211,7 +211,7 @@ void CLCD::showTime(bool force)
|
||||
}
|
||||
else if (power && (force || (showclock && (now - last_display) > 4)))
|
||||
{
|
||||
char timestr[DISPLAY_LEN];
|
||||
char timestr[DISPLAY_LEN + 1];
|
||||
struct tm *t;
|
||||
static int hour = 0, minute = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user