X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftitle.c;h=e0191acc8bdf3880421e76c34304c0ee2f93856f;hb=92bfefccd465052e492f669ce561aa25b0110283;hp=cb56f84db2db7e38a57b2b7d543b83ac93b3bca7;hpb=1aaf5919aa5709fa6cfa710652143635a68bdbfb;p=pspp-builds.git diff --git a/src/title.c b/src/title.c index cb56f84d..e0191acc 100644 --- a/src/title.c +++ b/src/title.c @@ -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 != '.') {