From 385635f00d39822389adbc99a2d5bdd992f16432 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Jan 2025 00:31:32 +0100 Subject: Pass tolerant flag into Content::examine() and the ExamineContentJob. Along the way this helps to fix #2942. --- src/lib/content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/content.cc') diff --git a/src/lib/content.cc b/src/lib/content.cc index 5c44cb47a..5e6dd7e31 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -181,7 +181,7 @@ Content::calculate_digest () const void -Content::examine (shared_ptr, shared_ptr job) +Content::examine(shared_ptr, shared_ptr job, bool) { if (job) { job->sub (_("Computing digest")); -- cgit v1.2.3