Reform string library.
[pspp-builds.git] / src / language / stats / t-test.q
index 7c2352c4cf26dbf88c20b317da38a113f8b4884a..7685bd829b0a175a0244bcc434574836e14f513f 100644 (file)
@@ -582,7 +582,7 @@ parse_value (union value * v, int type )
     {
       if (!lex_force_string ())
        return 0;
-      strncpy (v->s, ds_c_str (&tokstr), ds_length (&tokstr));
+      strncpy (v->s, ds_cstr (&tokstr), ds_length (&tokstr));
     }
 
   lex_get ();