mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
lcdd: remove useless cast
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7fad56623f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-10 (Tue, 10 Feb 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -646,7 +646,7 @@ void CLCD::showTime(bool)
|
||||
}
|
||||
else
|
||||
{
|
||||
strftime((char*) ×tr, 20, "%H:%M", t);
|
||||
strftime(timestr, 20, "%H:%M", t);
|
||||
clearClock = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user