From: cristy Date: Thu, 17 Nov 2011 13:25:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=684cf3ffd5950cbd58cd391f34e83f907cf636de;p=imagemagick --- diff --git a/coders/xc.c b/coders/xc.c index 59b81700d..a363a616f 100644 --- a/coders/xc.c +++ b/coders/xc.c @@ -136,7 +136,7 @@ static Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception) } image->colorspace=color.colorspace; image->matte=color.matte; - pixel.black=0; + GetPixelinfo(image,&pixel); SetPixelInfo(image,&color,&pixel); for (y=0; y < (ssize_t) image->rows; y++) {