1
0
Fork 0
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:
Peter Howkins 2018-07-13 17:13:18 +01:00
parent cc3d276d31
commit b260bc25d5

View file

@ -1261,7 +1261,7 @@ generate_recurrence_rule(Dtcm_appointment *appt, int version) {
rule_buf1[32], rule_buf1[32],
rule_buf2[32]; rule_buf2[32];
CSA_sint32 repeat_type; CSA_sint32 repeat_type;
CSA_uint32 repeat_nth; CSA_uint32 repeat_nth = 0;
CSA_uint32 repeat_for = 0; CSA_uint32 repeat_for = 0;
Tick appt_time; Tick appt_time;
int wk; int wk;