Add a couple of extensions to GET DATA TYPE=TXT. Patch #6412. Thanks
[pspp-builds.git] / src / language / xforms / recode.c
index 85fcb9ea01f72bd8ece9ecc8b76807c96910daba..fb02c910a4ebfe29a3a85dd4a9c38631dc417abe 100644 (file)
@@ -608,7 +608,7 @@ find_src_string (struct recode_trns *trns, const char *value, int width)
 
             msg_disable ();
             match = data_in (ss_buffer (value, width), LEGACY_NATIVE,
-                             FMT_F, 0, 0, &uv, 0);
+                             FMT_F, 0, 0, 0, &uv, 0);
             msg_enable ();
             out->value.f = uv.f;
             break;