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 174713

This commit is contained in:
Peter Howkins 2018-07-13 17:37:55 +01:00
parent 603e917918
commit 801ed535e1

View file

@ -2136,7 +2136,7 @@ p_save_changes(Calendar *c) {
if (redisplay_mask & PROPS_REDO_EDITORS) { if (redisplay_mask & PROPS_REDO_EDITORS) {
if (((Editor *) c->editor)->base_form_mgr) { if (c->editor && ((Editor *) c->editor)->base_form_mgr) {
Editor *e = (Editor *) c->editor; Editor *e = (Editor *) c->editor;
DSSW *dssw = &((Editor *) c->editor)->dssw; DSSW *dssw = &((Editor *) c->editor)->dssw;