mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88648
This commit is contained in:
parent
8bc7b52ed3
commit
10e4871825
1 changed files with 1 additions and 1 deletions
|
@ -1262,7 +1262,7 @@ generate_recurrence_rule(Dtcm_appointment *appt, int version) {
|
|||
rule_buf2[32];
|
||||
CSA_sint32 repeat_type;
|
||||
CSA_uint32 repeat_nth;
|
||||
CSA_uint32 repeat_for;
|
||||
CSA_uint32 repeat_for = 0;
|
||||
Tick appt_time;
|
||||
int wk;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue