commit | acd2ed254c18c254a0ab5aafa06d1645e5d079d8 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Tue Aug 30 01:44:23 2011 +0000 |
committer | cristy <[email protected]> | Tue Aug 30 01:44:23 2011 +0000 |
tree | d7f55d75d32505a549b3c808eb4c8e4b223fa716 | |
parent | 4054bfbdca478fe065f01d7f8285f7c173ccfcfc [diff] [blame] |
diff --git a/coders/mtv.c b/coders/mtv.c index 09f2692..1bffc84 100644 --- a/coders/mtv.c +++ b/coders/mtv.c
@@ -172,7 +172,7 @@ ThrowReaderException(CorruptImageError,"UnableToReadImageData"); p=pixels; q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); - if (q == (const Quantum *) NULL) + if (q == (Quantum *) NULL) break; for (x=0; x < (ssize_t) image->columns; x++) {