mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88860
This commit is contained in:
parent
10e4871825
commit
c180f33d90
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ parse_attrs_to_string(Dtcm_appointment *appt, Props *p, char *attr_string) {
|
||||||
r_buf[MAXNAMELEN], f_buf[MAXNAMELEN], *appt_what,
|
r_buf[MAXNAMELEN], f_buf[MAXNAMELEN], *appt_what,
|
||||||
*b_ptr;
|
*b_ptr;
|
||||||
time_t tick, end_tick = 0;
|
time_t tick, end_tick = 0;
|
||||||
CSA_sint32 repeat_type;
|
CSA_sint32 repeat_type = 0;
|
||||||
CSA_uint32 repeat_times;
|
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";
|
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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue