X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8e5f029e02a691ff05e5f221e421d7a4939ba528..58b1999e086721ff77d8f3d5e0d29e1e58c70a94:/log.c diff --git a/log.c b/log.c index daf96b4f..0b55457f 100644 --- a/log.c +++ b/log.c @@ -373,7 +373,7 @@ static void log_formatted(enum logcode code, pathjoin(buf2, sizeof buf2, file->basedir ? file->basedir : "", f_name(file)); - clean_fname(buf2); + clean_fname(buf2, 0); n = buf2; if (*n == '/') n++; break;