(Fx_file_dialog): Use NULL instead of 0 at the end of
variable argument lists of XtVaGetValues and XtVaSetValues.
This commit is contained in:
parent
5268b4422d
commit
d16700638b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue