mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88917
This commit is contained in:
parent
c180f33d90
commit
cc3d276d31
1 changed files with 1 additions and 1 deletions
|
@ -2630,7 +2630,7 @@ validate_rfp(
|
||||||
repeat_wk = -1,
|
repeat_wk = -1,
|
||||||
repeat_every = 0,
|
repeat_every = 0,
|
||||||
repeat_forever = False;
|
repeat_forever = False;
|
||||||
CSA_sint32 repeat_type;
|
CSA_sint32 repeat_type = 0;
|
||||||
CSA_uint32 repeat_times = 0;
|
CSA_uint32 repeat_times = 0;
|
||||||
char rule_buf[32];
|
char rule_buf[32];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue