summaryrefslogtreecommitdiffstats
path: root/kde/koffice/libpng14.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-10-22 17:38:01 +0200
committersibel <lesibel@free.fr>2010-10-22 17:38:01 +0200
commitc63e6509d95f2e1ef7ca3eedeb7c568073f0933a (patch)
tree48031f46c2a47c73ebf61b3cad190f883ec9a908 /kde/koffice/libpng14.patch
parent1f058d429a07a149c462e57cdcbdc753261603eb (diff)
parentba59ac9c5ab71b286871992883c73738eb7f9b18 (diff)
downloadnutyx-extra-c63e6509d95f2e1ef7ca3eedeb7c568073f0933a.tar.gz
nutyx-extra-c63e6509d95f2e1ef7ca3eedeb7c568073f0933a.tar.bz2
nutyx-extra-c63e6509d95f2e1ef7ca3eedeb7c568073f0933a.tar.xz
nutyx-extra-c63e6509d95f2e1ef7ca3eedeb7c568073f0933a.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'kde/koffice/libpng14.patch')
-rw-r--r--kde/koffice/libpng14.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kde/koffice/libpng14.patch b/kde/koffice/libpng14.patch
deleted file mode 100644
index f4e8da5b1..000000000
--- a/kde/koffice/libpng14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- krita/ui/kis_png_converter.cpp.old 2010-01-20 17:48:11.890898029 +0100
-+++ krita/ui/kis_png_converter.cpp 2010-01-20 17:50:13.477553307 +0100
-@@ -404,7 +404,7 @@
-
- png_byte signature[8];
- iod->peek((char*)signature, 8);
-- if (!png_check_sig(signature, 8)) {
-+ if (!png_sig_cmp(signature, 0, 8) == 0) {
- iod->close();
- return (KisImageBuilder_RESULT_BAD_FETCH);
- }