mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 88955
This commit is contained in:
parent
f4a5433f32
commit
6d7525e174
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ bcanvas_event(Widget w, XtPointer client_data, XtPointer call_data)
|
||||||
int x, y, boxw, boxh;
|
int x, y, boxw, boxh;
|
||||||
pr_pos xy;
|
pr_pos xy;
|
||||||
|
|
||||||
if ((event->type == ButtonRelease) || (event == NULL))
|
if ((event == NULL) || (event->type == ButtonRelease))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
b = (Browser*)c->browser;
|
b = (Browser*)c->browser;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue