[poppler] poppler/Page.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Nov 1 17:59:18 UTC 2020
poppler/Page.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 55a71830ac52ef55c899a1aa6935d935e888e1c7
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Nov 1 18:58:53 2020 +0100
Fix comment as pointed out by Nelson
diff --git a/poppler/Page.cc b/poppler/Page.cc
index 0aa05442..7c16a131 100644
--- a/poppler/Page.cc
+++ b/poppler/Page.cc
@@ -372,7 +372,7 @@ void Page::loadStandaloneFields(Annots *annotations, Form *form)
return;
/* Look for standalone annots, identified by being: 1) of type Widget
- * 2) of subtype Button 3) not referenced from the Catalog's Form Field array */
+ * 2) not referenced from the Catalog's Form Field array */
for (int i = 0; i < numAnnots; ++i) {
Annot *annot = annotations->getAnnot(i);
More information about the poppler
mailing list