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:
parent
a3ec9d5335
commit
8bc7b52ed3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue