From: Cristy Date: Sat, 9 Mar 2019 13:29:18 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.8-33~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97ef43e8f7d9326786222560d792d0376793b96a;p=imagemagick ... --- diff --git a/ChangeLog b/ChangeLog index e18b71104..d44a35b2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2019-03-08 7.0.8-33 Cristy + * Release ImageMagick version 7.0.8-33, GIT revision + 2019-03-06 7.0.8-33 Cristy * Fix SVG conversion infinite loop (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35591). + * Initialize primitive drawing structure after resizing. 2019-03-05 7.0.8-32 Cristy * Release ImageMagick version 7.0.8-32, GIT revision 15386:58d9c4692:20190305 diff --git a/coders/tiff.c b/coders/tiff.c index 6f37a1e4a..0b034da07 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -712,7 +712,6 @@ static void TIFFGetProperties(TIFF *tiff,Image *image,ExceptionInfo *exception) uint32 count, - length, type; if ((TIFFGetField(tiff,TIFFTAG_ARTIST,&text) == 1) &&