mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88533
This commit is contained in:
parent
4908fbb49a
commit
28170c2a62
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ static Dtcm_appointment*
|
||||||
form_to_appt(GEditor *ge, Boolean no_reminders, int version) {
|
form_to_appt(GEditor *ge, Boolean no_reminders, int version) {
|
||||||
Props *p = (Props *)ge->cal->properties;
|
Props *p = (Props *)ge->cal->properties;
|
||||||
boolean_t all_ok;
|
boolean_t all_ok;
|
||||||
Dtcm_appointment *a;
|
Dtcm_appointment *a = NULL;
|
||||||
|
|
||||||
if (no_reminders) {
|
if (no_reminders) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue