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:
parent
603e917918
commit
801ed535e1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue