Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / src / print.c
index 273ab2914c817faaeb4465604575f8ff276de66f..b3098d673a1bc5b6ac8dacf2df493156fb47a312 100644 (file)
@@ -338,7 +338,7 @@ parse_string_argument (void)
 {
   fx.spec.type = PRT_CONST;
   fx.spec.fc = fx.sc - 1;
-  fx.spec.u.c = xstrdup (ds_value (&tokstr));
+  fx.spec.u.c = xstrdup (ds_c_str (&tokstr));
   lex_get ();
 
   /* Parse the included column range. */