From 3b3bcd173d9adec4f238ec015acf9cd88c05845d Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" <pesco@khjk.org> Date: Wed, 12 Feb 2020 19:04:12 +0100 Subject: [PATCH] doc update: pdf 2.0 also has 3 numbers in /W --- pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf.c b/pdf.c index 478b53c..23cf121 100644 --- a/pdf.c +++ b/pdf.c @@ -1243,7 +1243,7 @@ p_xrefdata__m(HAllocator *mm__, const Dict *dict) * entries /W, /Index, and /Size in the stream dictionary, a parser for * the cross-reference data itself. * - * in short, every cross-reference entry consists of (as of PDF 1.7) + * in short, every cross-reference entry consists of (as of PDF 2.0) * three fields, but it could be more. /W gives the widths (in bytes) * of these fields. the /Index specifies the division of the data into * subsections; it is an array of natural numbers that in pairs specify -- GitLab