commit | 803640d20a6a664315eddfff6f8531d0c5e0871d | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Nov 17 02:11:32 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Nov 17 02:11:32 2011 +0000 |
tree | b89d433005239192f8b3809cef4e1d2c3ff7d1db | |
parent | 58606f36a9f2b21edab5871b57124222ec8605d0 [diff] [blame] |
diff --git a/coders/palm.c b/coders/palm.c index 8baf541..abc3a7b 100644 --- a/coders/palm.c +++ b/coders/palm.c
@@ -489,7 +489,7 @@ ThrowReaderException(CorruptImageError,"CorruptImage"); index=(Quantum) (mask-(((*ptr) & (mask << bit)) >> bit)); SetPixelIndex(image,index,q); - SetPixelPixelInfo(image,image->colormap+(ssize_t) index,q); + SetPixelInfoPixel(image,image->colormap+(ssize_t) index,q); if (bit) bit-=bits_per_pixel; else