14 lines
549 B
Diff
14 lines
549 B
Diff
|
Index: ImageMagick-6.8.5-7/coders/xpm.c
|
||
|
===================================================================
|
||
|
--- ImageMagick-6.8.5-7.orig/coders/xpm.c
|
||
|
+++ ImageMagick-6.8.5-7/coders/xpm.c
|
||
|
@@ -382,7 +382,7 @@ static Image *ReadXPMImage(const ImageIn
|
||
|
image->storage_class=DirectClass;
|
||
|
image->matte=MagickTrue;
|
||
|
}
|
||
|
- status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
|
||
|
+ status=QueryColorCompliance(target,X11Compliance,&image->colormap[j],
|
||
|
exception);
|
||
|
if (status == MagickFalse)
|
||
|
break;
|