From 5db7f29df21719e74683cb34c13ef4d6f174dcd0 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 31 Mar 2015 00:24:56 +0000 Subject: [PATCH] --- coders/histogram.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/histogram.c b/coders/histogram.c index 46ab6dbf0..6610ad5f6 100644 --- a/coders/histogram.c +++ b/coders/histogram.c @@ -371,7 +371,6 @@ static MagickBooleanType WriteHISTOGRAMImage(const ImageInfo *image_info, (void) CopyMagickString(histogram_image->filename,image_info->filename, MaxTextExtent); write_info=CloneImageInfo(image_info); - *write_info->magick='\0'; (void) SetImageInfo(write_info,1,exception); if (LocaleCompare(write_info->magick,"HISTOGRAM") == 0) (void) FormatLocaleString(histogram_image->filename,MaxTextExtent,"miff:%s", -- 2.40.0