Commit cfb691ac authored by Wayne Davison's avatar Wayne Davison

Fixed a problem with the last change.

parent cb8240a2
......@@ -204,7 +204,7 @@ void send_files(struct file_list *flist, int f_out, int f_in)
iflags = ITEM_UPDATING | ITEM_MISSING_DATA;
if (inplace && protocol_version >= 29) {
updating_basis_file = iflags & ITEM_USING_ALT_BASIS;
updating_basis_file = !(iflags & ITEM_USING_ALT_BASIS);
} else
updating_basis_file = inplace && !make_backups;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment