Commit 5557d672 by Aldy Hernandez

fix typo in last commit....

From-SVN: r82386
parent bfefd4d5
......@@ -1118,10 +1118,7 @@ fname_as_string (int pretty_p)
return (char *) cstr.text;
}
else
{
namep = xmalloc (strlen (name) + 1);
namep = xstrdup (name);
}
return namep;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment