mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 88080
This commit is contained in:
parent
909fb0b431
commit
b2c67eefae
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ _DtCms_next_tick_v4(time_t tick, Period_4 period)
|
|||
extern time_t
|
||||
_DtCms_prev_tick_v4(time_t tick, Period_4 period)
|
||||
{
|
||||
time_t prev;
|
||||
time_t prev = 0;
|
||||
struct tm *tm;
|
||||
_Xltimeparams localtime_buf;
|
||||
|
||||
|
|
Loading…
Reference in a new issue