X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1f30a674cdbdb464b74181c2ef8588fa48b74ab1..742be97ce4bef9d6196073e66372579911e18bac:/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))