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