mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 10:27:13 -04:00
When doing a delete pass with do_progress output, get rid of the
temporary output (it used to always be covered up by output in older versions, but it might be followed by a newline in newer versions).
This commit is contained in:
@@ -291,6 +291,8 @@ static void do_delete_pass(struct file_list *flist)
|
||||
|
||||
delete_in_dir(flist, fbuf, file);
|
||||
}
|
||||
if (do_progress && !am_server)
|
||||
rprintf(FINFO, " \r");
|
||||
}
|
||||
|
||||
static int unchanged_attrs(struct file_struct *file, STRUCT_STAT *st)
|
||||
|
||||
Reference in New Issue
Block a user