diff options
Diffstat (limited to 'graphics/pixieplus/patches/patch-af')
-rw-r--r-- | graphics/pixieplus/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/pixieplus/patches/patch-af b/graphics/pixieplus/patches/patch-af deleted file mode 100644 index acd0089ec7d..00000000000 --- a/graphics/pixieplus/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2005/11/14 08:42:44 markd Exp $ - ---- app/imageheaders.cpp.orig 2005-11-14 20:44:06.000000000 +1300 -+++ app/imageheaders.cpp -@@ -90,7 +90,7 @@ bool checkTIFFThumbnail(const char *file - if(TIFFSetDirectory(t, thumbDir)){ - TIFFGetField(t, TIFFTAG_IMAGELENGTH, &height); - img.create(minWidth, height, 32); -- if(!TIFFReadRGBAImage(t, minWidth, height, (unsigned long*) -+ if(!TIFFReadRGBAImage(t, minWidth, height, (uint32*) - img.bits(), 0)) - img.reset(); - else{ |