From b260bc25d5d144af5fc8c260670f43493d26abb4 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 13 Jul 2018 17:13:18 +0100 Subject: [PATCH] dtcm: Coverity 89143 --- cde/programs/dtcm/libDtCmP/cm_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1