* automake.mk: Add new file.
[pspp-builds.git] / src / ui / gui / find-dialog.c
index 0fc436208f28d680bd6ce55410a1f4f9bb33e091..432afa159ab2fb695ceec59ca8fbf975ba98f379 100644 (file)
@@ -597,6 +597,7 @@ value_comparator_create (const struct variable *var, const char *target)
   vc->pattern = value_create (width);
 
   if ( ! data_in (ss_cstr (target),
+                  LEGACY_NATIVE,
                  fmt->type,
                  0, 0,
                  vc->pattern, width) )