commit | 3695ef8eaf030a0f72d10ab333e0694e760ab8f7 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Apr 13 00:03:42 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Apr 13 00:03:42 2011 +0000 |
tree | b643c4030a7688dd02845b63b482cff410185257 | |
parent | ba63381a52f8d658208fa9fff1be504d67907bd1 [diff] [blame] |
diff --git a/coders/tiff.c b/coders/tiff.c index fa5a680..2afca7b 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -1401,7 +1401,7 @@ image->rows-y); } i--; - p=((unint32 *) pixels)+image->columns*i; + p=((uint32 *) pixels)+image->columns*i; for (x=0; x < (ssize_t) image->columns; x++) { q->red=ScaleCharToQuantum((unsigned char) (TIFFGetR(*p)));