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 89686

This commit is contained in:
Peter Howkins 2018-07-13 17:29:29 +01:00
parent b24e4a3e6f
commit 03d009d63e

View file

@ -632,7 +632,7 @@ _DtCms_last_tick_v4(time_t ftick, Period_4 period, int ntimes)
extern time_t extern time_t
_DtCms_next_tick_v4(time_t tick, Period_4 period) _DtCms_next_tick_v4(time_t tick, Period_4 period)
{ {
time_t next; time_t next = 0;
struct tm *tm; struct tm *tm;
_Xltimeparams localtime_buf; _Xltimeparams localtime_buf;