From 10e4871825c7f5ac6ecb9c81209b217820612ae4 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 13 Jul 2018 17:10:26 +0100 Subject: [PATCH] dtcm: Coverity 88648 --- 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 0f95a4f5..93941bb9 100644 --- a/cde/programs/dtcm/libDtCmP/cm_tty.c +++ b/cde/programs/dtcm/libDtCmP/cm_tty.c @@ -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; -- 2.25.1