1
0
Fork 0
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:
Peter Howkins 2018-07-13 19:01:47 +01:00
parent 4908fbb49a
commit 28170c2a62

View file

@ -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) {