From c2e16827b69f3d3ac3721cfcd608b87f28e2a13f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 16 Feb 2018 18:38:05 -0500 Subject: Replace "file position" with "offset" in error messages Sometimes it's an offset in an object stream or a content stream, so file position is confusing in some cases. --- libqpdf/QPDFExc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDFExc.cc') diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc index 8bbfb0b4..728d4ce8 100644 --- a/libqpdf/QPDFExc.cc +++ b/libqpdf/QPDFExc.cc @@ -43,7 +43,7 @@ QPDFExc::createWhat(std::string const& filename, } if (offset > 0) { - result += "file position " + QUtil::int_to_string(offset); + result += "offset " + QUtil::int_to_string(offset); } result += ")"; } -- cgit v1.2.3-70-g09d2