Rewrite and improve formatted output routines.
[pspp-builds.git] / src / language / expressions / operations.def
index 303c1d5c9103e50ea2b3397f32e3b25bed431702..6b4d5221eaec08b12873162c60be57bf79ed44be 100644 (file)
@@ -587,7 +587,7 @@ absorb_miss string function STRING (x, no_format f)
   v.f = x;
   dst = alloc_string (e, f->w);
   assert (!fmt_is_string (f->type));
-  data_out (dst.string, f, &v);
+  data_out (&v, f, dst.string);
   return dst;
 }