poppler/Object.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit dec873463b06bfe76ff48e36282877e6ac11b59d Author: Albert Astals Cid <[email protected]> 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 <[email protected]> +// Copyright (C) 2008, 2010, 2012 Albert Astals Cid <[email protected]> // // 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 _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
