Reform string library.
[pspp-builds.git] / src / language / utilities / title.c
index 9fa1309d3fe64e796f1d5487514a4e5f68448fe8..18e4bb2745068af5f6e156e8642b4d1f497ca070 100644 (file)
@@ -63,7 +63,7 @@ get_title (const char *cmd, char **title)
        return CMD_FAILURE;
       if (*title)
        free (*title);
-      *title = xstrdup (ds_c_str (&tokstr));
+      *title = ds_xstrdup (&tokstr);
       lex_get ();
       if (token != '.')
        {