Fix several pointer-bool-conversion warnings that could cause cores
This commit is contained in:
@@ -626,7 +626,7 @@ callCancels( void )
|
||||
XtCallCallbacks(style.startupDialog, XmNcallback, &CancelBut);
|
||||
}
|
||||
|
||||
if (dialogStates)
|
||||
if (dialogStates[0])
|
||||
_DtAddToResource(style.display, dialogStates);
|
||||
|
||||
calledAlready = True;
|
||||
|
||||
Reference in New Issue
Block a user