X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fexpressions%2Foperations.def;h=d78827a8da8aaf933dc3d6fc2be09774ba39b9f7;hb=729b96a6bd9342c45e6f65a113fd87c70da85b0a;hp=db71d2770339db273fa5114fe456afb83f106411;hpb=f15c854d8500105766b2f5666bb62b983ff24f88;p=pspp-builds.git diff --git a/src/language/expressions/operations.def b/src/language/expressions/operations.def index db71d277..d78827a8 100644 --- a/src/language/expressions/operations.def +++ b/src/language/expressions/operations.def @@ -587,7 +587,7 @@ absorb_miss string function STRING (x, no_format f) v.f = x; assert (!fmt_is_string (f->type)); - s = data_out (&v, f); + s = data_out (&v, "no-such-encoding", f); dst = alloc_string (e, strlen (s)); strcpy (dst.string, s); free (s);