From d16700638b5681e86d5d62194748548da7bcee6f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 3 Aug 2000 20:21:52 +0000 Subject: [PATCH] (Fx_file_dialog): Use NULL instead of 0 at the end of variable argument lists of XtVaGetValues and XtVaSetValues. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 7874e4a75f0..740a7c15c6e 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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); -- 2.39.2