Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / src / t-test.q
index 4c4135ba732d97f4f5f75c095bd03c7a3bf8da54..376477c3f52fbf48877204c40f727fe9935c4324 100644 (file)
@@ -532,7 +532,7 @@ parse_value (union value * v, int type )
     {
       if (!lex_force_string ())
        return 0;
-      strncpy (v->s, ds_value (&tokstr), ds_length (&tokstr));
+      strncpy (v->s, ds_c_str (&tokstr), ds_length (&tokstr));
     }
 
   lex_get ();