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) ...@@ -1118,10 +1118,7 @@ fname_as_string (int pretty_p)
return (char *) cstr.text; return (char *) cstr.text;
} }
else else
{ namep = xstrdup (name);
namep = xmalloc (strlen (name) + 1);
namep = xstrdup (name);
}
return namep; 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