X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ed9018e69a0d224ff59184974d9150d1cb8814d..60a986f504a2aa5ba95a760248a2e0b357d2e15c:/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':