dticon: Fix some warnings related to mixing NULL, 0 and '\0' randomly.
This commit is contained in:
@@ -220,7 +220,7 @@ main(
|
||||
|
||||
TopLevel = XtAppInitialize(&AppContext, CLASS_NAME,
|
||||
option_list, XtNumber(option_list),
|
||||
&argc, argv, NULL, NULL, NULL);
|
||||
&argc, argv, NULL, NULL, 0);
|
||||
|
||||
XtGetApplicationResources(TopLevel, &xrdb, resources,
|
||||
XtNumber(resources), NULL, 0);
|
||||
|
||||
Reference in New Issue
Block a user