(Fx_file_dialog): Use NULL instead of 0 at the end of

variable argument lists of XtVaGetValues and XtVaSetValues.
This commit is contained in:
Gerd Moellmann 2000-08-03 20:21:52 +00:00
parent 5268b4422d
commit d16700638b

View file

@ -10276,7 +10276,7 @@ selection dialog's entry field, if MUSTMATCH is non-nil.")
XmString text;
String data;
XtVaGetValues (dialog, XmNtextString, &text, 0);
XtVaGetValues (dialog, XmNtextString, &text, NULL);
XmStringGetLtoR (text, XmFONTLIST_DEFAULT_TAG, &data);
XmStringFree (text);
file = build_string (data);