X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ed9018e69a0d224ff59184974d9150d1cb8814d..fdf74bede07402b9d72ed0613557f26f24de43bc:/log.c diff --git a/log.c b/log.c index b5bd9667..f486db0d 100644 --- a/log.c +++ b/log.c @@ -517,7 +517,7 @@ static void log_formatted(enum logcode code, const char *format, const char *op, break; case 'M': n = c = timestring(file->modtime); - while ((c = strchr(p, ' ')) != NULL) + while ((c = strchr(c, ' ')) != NULL) *c = '-'; break; case 'B':