X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/44a97a34b151a3a4fc4fd4b1c0def483a428e633..4dde3347fb614270f6aa6812598185aa0ccca3ef:/generator.c diff --git a/generator.c b/generator.c index acf4b888..8d8c362d 100644 --- a/generator.c +++ b/generator.c @@ -516,7 +516,7 @@ void itemize(const char *fnamecmp, struct file_struct *file, int ndx, int statre #endif } else if (ndx >= 0) { enum logcode code = logfile_format_has_i ? FINFO : FCLIENT; - log_item(code, file, &stats, iflags, xname); + log_item(code, file, iflags, xname); } } }