mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88236
This commit is contained in:
parent
4509d5b4dd
commit
a0ee9a7fd2
1 changed files with 1 additions and 1 deletions
|
@ -2626,7 +2626,7 @@ validate_rfp(
|
||||||
char *f_buf,
|
char *f_buf,
|
||||||
int version)
|
int version)
|
||||||
{
|
{
|
||||||
int repeat_nth,
|
int repeat_nth = 0,
|
||||||
repeat_wk = -1,
|
repeat_wk = -1,
|
||||||
repeat_every = 0,
|
repeat_every = 0,
|
||||||
repeat_forever = False;
|
repeat_forever = False;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue