dticon: Fix some warnings related to mixing NULL, 0 and '\0' randomly.
This commit is contained in:
@@ -359,7 +359,7 @@ HelpOnItemCB(
|
||||
while (!XtIsSubclass(w, applicationShellWidgetClass))
|
||||
w = XtParent(w);
|
||||
|
||||
status = DtHelpReturnSelectedWidgetId(w, NULL, &selWidget);
|
||||
status = DtHelpReturnSelectedWidgetId(w, 0, &selWidget);
|
||||
/* NULL value for cursor, uses default cursor value. */
|
||||
|
||||
switch ((int)status)
|
||||
|
||||
Reference in New Issue
Block a user