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