commit | acd2ed254c18c254a0ab5aafa06d1645e5d079d8 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Aug 30 01:44:23 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Aug 30 01:44:23 2011 +0000 |
tree | d7f55d75d32505a549b3c808eb4c8e4b223fa716 | |
parent | 4054bfbdca478fe065f01d7f8285f7c173ccfcfc [diff] [blame] |
diff --git a/MagickCore/histogram.c b/MagickCore/histogram.c index ac93dc4..7a07c42 100644 --- a/MagickCore/histogram.c +++ b/MagickCore/histogram.c
@@ -1268,7 +1268,7 @@ { q=QueueCacheViewAuthenticPixels(unique_view,cube_info->x,0,1,1, exception); - if (q == (const Quantum *) NULL) + if (q == (Quantum *) NULL) continue; SetPixelRed(unique_image,p->red,q); SetPixelGreen(unique_image,p->green,q);