Magellan Linux

Annotation of /trunk/cups/patches/xpdf-pl3.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 348 byte(s)
-import

1 niro 144 *** XRef.cxx.orig Wed Jan 12 17:10:53 2005
2     --- XRef.cxx Wed Jan 12 17:11:22 2005
3     ***************
4     *** 793,798 ****
5     --- 793,801 ----
6     } else {
7     keyLength = 5;
8     }
9     + if (keyLength > 16) {
10     + keyLength = 16;
11     + }
12     permFlags = permissions.getInt();
13     if (encVersion >= 1 && encVersion <= 2 &&
14     encRevision >= 2 && encRevision <= 3) {