commit | e941a75fe8bf344bc5c06a7f74bb5173c87db115 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 15 01:52:48 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 15 01:52:48 2011 +0000 |
tree | d0bb26916a4e72c81376f13c23f07037666519b5 | |
parent | d15e65928aec551b7388c2863de3e3e628e2e0dd [diff] [blame] |
diff --git a/coders/hrz.c b/coders/hrz.c index 32c5b2b..9fe9ef3 100644 --- a/coders/hrz.c +++ b/coders/hrz.c
@@ -308,7 +308,7 @@ if (hrz_image == (Image *) NULL) return(MagickFalse); if (IsRGBColorspace(hrz_image->colorspace) == MagickFalse) - (void) TransformImageColorspace(hrz_image,RGBColorspace); + (void) TransformImageColorspace(hrz_image,RGBColorspace,exception); /* Allocate memory for pixels. */