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 88648

This commit is contained in:
Peter Howkins 2018-07-13 17:10:26 +01:00
parent 8bc7b52ed3
commit 10e4871825

View file

@ -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;