> Author: radzio � � � � � � � � � � � Date: Wed Dec 22 00:16:43 2004 GMT
> Module: SOURCES � � � � � � � � � � � Tag: HEAD
> ---- Log message:
> - rewritten
>
> ---- Files affected:
> SOURCES:
> � �xpdf-3.00pl2.patch (1.1 -> 1.2)
>
> ---- Diffs:
>
> ================================================================
> Index: SOURCES/xpdf-3.00pl2.patch
> diff -u SOURCES/xpdf-3.00pl2.patch:1.1 SOURCES/xpdf-3.00pl2.patch:1.2
> --- SOURCES/xpdf-3.00pl2.patch:1.1������Tue Dec 21 23:58:21 2004
> +++ SOURCES/xpdf-3.00pl2.patch��Wed Dec 22 00:16:36 2004
> @@ -1,54 +0,0 @@
> -*** Gfx.cc.orig��������Sun Dec 12 16:04:43 2004
> ---- Gfx.cc�����Sun Dec 12 16:05:16 2004
> -***************
> -*** 2654,2660 ****
> - � � �haveMask = gFalse;
> - � � �dict->lookup("Mask", &maskObj);
> - � � �if (maskObj.isArray()) {
> -! � � � for (i = 0; i < maskObj.arrayGetLength(); ++i) {
> - ������maskObj.arrayGet(i, &obj1);
> - ������maskColors[i] = obj1.getInt();
> - ������obj1.free();
> ---- 2654,2662 ----
> - � � �haveMask = gFalse;
> - � � �dict->lookup("Mask", &maskObj);
> - � � �if (maskObj.isArray()) {
> -! � � � for (i = 0;
> -! ����� � i < maskObj.arrayGetLength() && i < 2*gfxColorMaxComps;
> -! ����� � ++i) {
> - ������maskObj.arrayGet(i, &obj1);
> - ������maskColors[i] = obj1.getInt();
> - ������obj1.free();
> -*** GfxState.cc.orig���Sun Dec 12 16:04:48 2004
> ---- GfxState.cc��������Sun Dec 12 16:06:38 2004
> -***************
> -*** 708,713 ****
> ---- 708,718 ----
> - � �}
> - � �nCompsA = obj2.getInt();
> - � �obj2.free();
> -+ � if (nCompsA > gfxColorMaxComps) {
> -+ � � error(-1, "ICCBased color space with too many (%d > %d) components",
> -+ ����� �nCompsA, gfxColorMaxComps);
> -+ � � nCompsA = gfxColorMaxComps;
> -+ � }
> - � �if (dict->lookup("Alternate", &obj2)->isNull() ||
> - � � � �!(altA = GfxColorSpace::parse(&obj2))) {
> - � � �switch (nCompsA) {
> -***************
> -*** 1054,1060 ****
> - � �}
> - � �nCompsA = obj1.arrayGetLength();
> - � �if (nCompsA > gfxColorMaxComps) {
> -! � � error(-1, "DeviceN color space with more than %d > %d components",
> - ������ �nCompsA, gfxColorMaxComps);
> - � � �nCompsA = gfxColorMaxComps;
> - � �}
> ---- 1059,1065 ----
> - � �}
> - � �nCompsA = obj1.arrayGetLength();
> - � �if (nCompsA > gfxColorMaxComps) {
> -! � � error(-1, "DeviceN color space with too many (%d > %d) components",
> - ������ �nCompsA, gfxColorMaxComps);
> - � � �nCompsA = gfxColorMaxComps;
> - � �}
> ================================================================
tak, to ja tez potrafie przepisac latke, tylko teraz sie rpm burzy.
--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */
#define say(x) lie(x)
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl