mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CC-Clock: remove unnecessary cast
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf0b9f944a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-21 (Sat, 21 Feb 2015)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
bef490df8d
commit
f26ada9d5b
@@ -98,7 +98,7 @@ void CComponentsFrmClock::initTimeString()
|
|||||||
struct tm t;
|
struct tm t;
|
||||||
time_t ltime;
|
time_t ltime;
|
||||||
ltime=time(NULL);
|
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?
|
// How does it works?
|
||||||
|
Reference in New Issue
Block a user