Commit 31f3b68a authored by Wayne Davison's avatar Wayne Davison

We should bump the deletion_count for backed-up deleted files too.

parent d594399c
......@@ -164,8 +164,8 @@ void delete_files(struct file_list *flist)
} else {
int mode = local_file_list->files[i]->mode;
delete_one(f, S_ISDIR(mode) != 0);
deletion_count++;
}
deletion_count++;
}
}
flist_free(local_file_list);
......
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