X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/112d728f4858fef5c75e0b25bf6f02af8aa5b83c..5a3e9ff6081cb83873881df9a7bcfc19f9af5e58:/log.c?ds=sidebyside diff --git a/log.c b/log.c index 6bc831ca..fedeacdb 100644 --- a/log.c +++ b/log.c @@ -744,9 +744,8 @@ void maybe_log_item(struct file_struct *file, int iflags, int itemizing, void log_delete(const char *fname, int mode) { static struct { - union flist_extras ex[4]; /* just in case... */ + union file_extras ex[4]; /* just in case... */ struct file_struct file; - char basename[1]; } x; int len = strlen(fname); const char *fmt;