From: Peter Howkins Date: Fri, 13 Jul 2018 16:13:18 +0000 (+0100) Subject: dtcm: Coverity 89143 X-Git-Tag: 2.3.0a~127 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b260bc25d5d144af5fc8c260670f43493d26abb4;p=oweals%2Fcde.git dtcm: Coverity 89143 --- diff --git a/cde/programs/dtcm/libDtCmP/cm_tty.c b/cde/programs/dtcm/libDtCmP/cm_tty.c index 2ce17026..7be6d476 100644 --- a/cde/programs/dtcm/libDtCmP/cm_tty.c +++ b/cde/programs/dtcm/libDtCmP/cm_tty.c @@ -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;