projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e4871
)
dtcm: Coverity 88860
author
Peter Howkins
<flibble@users.sf.net>
Fri, 13 Jul 2018 16:11:31 +0000
(17:11 +0100)
committer
Peter Howkins
<flibble@users.sf.net>
Fri, 13 Jul 2018 16:11:31 +0000
(17:11 +0100)
cde/programs/dtcm/libDtCmP/cm_tty.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtcm/libDtCmP/cm_tty.c
b/cde/programs/dtcm/libDtCmP/cm_tty.c
index 93941bb9414c7a1be7a5d06dd108f90579c60e02..7eeac34ec2da6d4ec5adee331d306214cc41fe2b 100644
(file)
--- a/
cde/programs/dtcm/libDtCmP/cm_tty.c
+++ b/
cde/programs/dtcm/libDtCmP/cm_tty.c
@@
-1864,7
+1864,7
@@
parse_attrs_to_string(Dtcm_appointment *appt, Props *p, char *attr_string) {
r_buf[MAXNAMELEN], f_buf[MAXNAMELEN], *appt_what,
*b_ptr;
time_t tick, end_tick = 0;
- CSA_sint32 repeat_type;
+ CSA_sint32 repeat_type
= 0
;
CSA_uint32 repeat_times;
static char *format_string = "\n\n\t** Calendar Appointment **\n%s:string:begin\n%s%s:string:end\n\tDate: %s\n\tStart: %s\n\tEnd: %s\n\tRepeat: %s\n\tFor: %s\n\tWhat: %s";