dtfile: Remove 97 compiler warnings
This commit is contained in:
@@ -133,7 +133,7 @@ ShowModAttrDialog(
|
||||
|
||||
XmUpdateDisplay (w);
|
||||
|
||||
if((int)client_data != NULL)
|
||||
if((int)client_data != 0)
|
||||
mbar = XtParent(w);
|
||||
else
|
||||
mbar = XmGetPostedFromWidget(XtParent(w));
|
||||
|
||||
Reference in New Issue
Block a user