diff options
Diffstat (limited to 'app-text/ptex/files/xpdf-3.00pl3-CAN-2005-0064.patch')
-rw-r--r-- | app-text/ptex/files/xpdf-3.00pl3-CAN-2005-0064.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/ptex/files/xpdf-3.00pl3-CAN-2005-0064.patch b/app-text/ptex/files/xpdf-3.00pl3-CAN-2005-0064.patch deleted file mode 100644 index d7d2294c8527..000000000000 --- a/app-text/ptex/files/xpdf-3.00pl3-CAN-2005-0064.patch +++ /dev/null @@ -1,14 +0,0 @@ -*** XRef.cc.orig Wed Jan 12 17:10:53 2005 ---- XRef.cc Wed Jan 12 17:11:22 2005 -*************** -*** 793,798 **** ---- 793,801 ---- - } else { - keyLength = 5; - } -+ if (keyLength > 16) { -+ keyLength = 16; -+ } - permFlags = permissions.getInt(); - if (encVersion >= 1 && encVersion <= 2 && - encRevision >= 2 && encRevision <= 3) { |