dticon: Fix some warnings related to mixing NULL, 0 and '\0' randomly.

This commit is contained in:
Peter Howkins
2012-08-30 17:48:26 +01:00
parent f737b30289
commit 55539b71c1
6 changed files with 24 additions and 24 deletions

View File

@@ -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)