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

This commit is contained in:
Wayne Davison
2003-08-01 08:20:53 +00:00
parent d594399c6a
commit 31f3b68a97

View File

@@ -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);