Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / src / title.c
index cb56f84db2db7e38a57b2b7d543b83ac93b3bca7..e0191acc8bdf3880421e76c34304c0ee2f93856f 100644 (file)
@@ -60,7 +60,7 @@ get_title (const char *cmd, char **title)
        return CMD_FAILURE;
       if (*title)
        free (*title);
-      *title = xstrdup (ds_value (&tokstr));
+      *title = xstrdup (ds_c_str (&tokstr));
       lex_get ();
       if (token != '.')
        {