mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
lcdd: remove useless cast
Origin commit data
------------------
Branch: ni/coolstream
Commit: e73d266c3e
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:
committed by
Jacek Jendrzej
parent
dbbb5e1143
commit
18fd7cb227
@@ -627,7 +627,7 @@ void CLCD::showTime()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
strftime((char*) ×tr, 20, "%H:%M", t);
|
strftime(timestr, 20, "%H:%M", t);
|
||||||
clearClock = 1;
|
clearClock = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user