From 97ef43e8f7d9326786222560d792d0376793b96a Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 9 Mar 2019 08:29:18 -0500 Subject: [PATCH] ... --- ChangeLog | 4 ++++ coders/tiff.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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) && -- 2.40.0