1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Coverity 88334

This commit is contained in:
Peter Howkins 2018-07-13 17:09:34 +01:00
parent a3ec9d5335
commit 8bc7b52ed3

View file

@ -523,7 +523,7 @@ _DtCms_last_tick_v4(time_t ftick, Period_4 period, int ntimes)
{
struct tm *tm;
double dltick;
time_t ltick;
time_t ltick = 0;
int i;
_Xltimeparams localtime_buf;