Commit af1a3f9b authored by Wayne Davison's avatar Wayne Davison

Use safe_fname() in full_fname().

parent 820b6c9a
......@@ -935,6 +935,7 @@ char *full_fname(const char *fn)
if (result)
free(result);
fn = safe_fname(fn);
if (*fn == '/')
p1 = p2 = "";
else {
......
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