mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
lcdd: remove useless cast
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