* automake.mk: Add new file.
[pspp-builds.git] / src / ui / gui / helper.c
index c322321db60cb84621d3b44c6150a354c2b29e93..5ed0e98845c9b8e74282e07deb14dc5e256e2f24 100644 (file)
@@ -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 ();