Commit 81d2b0ef authored by Wayne Davison's avatar Wayne Davison

Use new pathjoin() function.

parent 248ed45f
......@@ -385,8 +385,8 @@ static void log_formatted(enum logcode code,
break;
case 'o': n = op; break;
case 'f':
snprintf(buf2, sizeof(buf2), "%s/%s",
file->basedir?file->basedir:"",
pathjoin(buf2, sizeof buf2,
file->basedir ? file->basedir : "",
f_name(file));
clean_fname(buf2);
n = buf2;
......
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