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; struct tm *tm;
double dltick; double dltick;
time_t ltick; time_t ltick = 0;
int i; int i;
_Xltimeparams localtime_buf; _Xltimeparams localtime_buf;