X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=5ed0e98845c9b8e74282e07deb14dc5e256e2f24;hb=d0371553a98cd169353bf6d211e375e5ffc3a3bd;hp=c322321db60cb84621d3b44c6150a354c2b29e93;hpb=1881aaf56cd19765028c365e11ec0c97cc9d0320;p=pspp-builds.git diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index c322321d..5ed0e988 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -91,7 +91,7 @@ text_to_value (const gchar *text, union value *v, } msg_disable (); - ok = data_in (ss_cstr (text), format.type, 0, 0, + ok = data_in (ss_cstr (text), LEGACY_NATIVE, format.type, 0, 0, v, fmt_var_width (&format)); msg_enable ();