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:
Stefan Seyfried
2015-02-10 14:44:23 +01:00
committed by Jacek Jendrzej
parent dbbb5e1143
commit 18fd7cb227

View File

@@ -627,7 +627,7 @@ void CLCD::showTime()
} }
else else
{ {
strftime((char*) &timestr, 20, "%H:%M", t); strftime(timestr, 20, "%H:%M", t);
clearClock = 1; clearClock = 1;
} }