From: cristy Date: Thu, 17 Nov 2011 17:17:42 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28af11ea34404a57f22735df4dd2fbfca54c8f82;p=imagemagick --- diff --git a/coders/xc.c b/coders/xc.c index a363a616f..fa8c5ea75 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; - GetPixelinfo(image,&pixel); + GetPixelInfo(image,&pixel); SetPixelInfo(image,&color,&pixel); for (y=0; y < (ssize_t) image->rows; y++) {