mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
lcdd: remove useless cast
This commit is contained in:
committed by
Jacek Jendrzej
parent
9a6d65937f
commit
e73d266c3e
@@ -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