summaryrefslogtreecommitdiff
path: root/coders/map.c
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2011-05-24 22:44:07 +0000
committercristy <urban-warrior@git.imagemagick.org>2011-05-24 22:44:07 +0000
commit6e5802ea5987f6ad21706f2b9bcfa75e833a0ca4 (patch)
tree1fb9f18949cdeea2b2ab85d125daca9c13469aef /coders/map.c
parentb7bf4070daabe2f10f1f7d45449eecdb71e9f545 (diff)
downloadImageMagick-6e5802ea5987f6ad21706f2b9bcfa75e833a0ca4.tar.gz
Diffstat (limited to 'coders/map.c')
-rw-r--r--coders/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coders/map.c b/coders/map.c
index 12c9a6532..c745fe94f 100644
--- a/coders/map.c
+++ b/coders/map.c
@@ -228,7 +228,7 @@ static Image *ReadMAPImage(const ImageInfo *image_info,ExceptionInfo *exception)
p++;
}
SetIndexPixelComponent(indexes+x,index);
- SetRGBOPixelComponent(q,image->colormap+(ssize_t) index);
+ SetRGBOPixelComponents(q,image->colormap+(ssize_t) index);
}
if (SyncAuthenticPixels(image,exception) == MagickFalse)
break;