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:
Stefan Seyfried
2015-02-10 14:44:23 +01:00
parent 7a3a62006b
commit 7066e0cc83

View File

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