[poppler] poppler/Object.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Apr 29 14:37:17 PDT 2012
poppler/Object.cc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit dec873463b06bfe76ff48e36282877e6ac11b59d
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Apr 29 23:36:57 2012 +0200
Add the objUint type
diff --git a/poppler/Object.cc b/poppler/Object.cc
index 1cedba4..1963b7f 100644
--- a/poppler/Object.cc
+++ b/poppler/Object.cc
@@ -13,7 +13,7 @@
// All changes made under the Poppler project to this file are licensed
// under GPL version 2 or later
//
-// Copyright (C) 2008, 2010 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2008, 2010, 2012 Albert Astals Cid <aacid at kde.org>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -52,7 +52,8 @@ static const char *objTypeNames[numObjTypes] = {
"cmd",
"error",
"eof",
- "none"
+ "none",
+ "unsigned integer"
};
#ifdef DEBUG_MEM
More information about the poppler
mailing list