dtcm: Coverity 88334

This commit is contained in:
Peter Howkins 2018-07-13 17:09:34 +01:00
parent a3ec9d5335
commit 8bc7b52ed3
1 changed files with 1 additions and 1 deletions

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;