mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CC-Clock: remove unnecessary cast
This commit is contained in:
@@ -98,7 +98,7 @@ void CComponentsFrmClock::initTimeString()
|
||||
struct tm t;
|
||||
time_t ltime;
|
||||
ltime=time(NULL);
|
||||
strftime((char*) &cl_timestr, sizeof(cl_timestr), getTimeFormat(ltime), localtime_r(<ime, &t));
|
||||
strftime(cl_timestr, sizeof(cl_timestr), getTimeFormat(ltime), localtime_r(<ime, &t));
|
||||
}
|
||||
|
||||
// How does it works?
|
||||
|
Reference in New Issue
Block a user