From: cristy Date: Fri, 18 Feb 2011 02:05:32 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ecaba77aa3529c803e468406a53b3214f1faec7;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index ed8961d54..4cdcd2770 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -2428,7 +2428,8 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info, i; size_t - length; + length, + lsb_first; TIFF *tiff; @@ -2452,9 +2453,6 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info, unsigned char *pixels; - size_t - lsb_first; - /* Open TIFF file. */