X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e844be4e7bfb2c0d9ea583cb4d507217f14ffa4d..4f2ba7e0569b1d13177e51982253346dc46aad7b:/receiver.c diff --git a/receiver.c b/receiver.c index 85086f65..9ee747bb 100644 --- a/receiver.c +++ b/receiver.c @@ -371,11 +371,11 @@ int recv_files(int f_in, struct file_list *flist, char *local_name, file = flist->files[i]; if (protocol_version >= 29) { - iflags = read_short(f_in); + iflags = read_shortint(f_in); if (!(iflags & ITEM_UPDATING) || !S_ISREG(file->mode)) { if (am_server) ; /* do nothing */ - else if (itemize_changes + else if (itemize_changes || verbose > 1 || iflags & ITEM_UPDATING || (S_ISDIR(file->mode) && iflags & ITEM_REPORT_TIME))