From fb4450a81dfe05e767ae31216397e39e36d8dbfc Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 11 Mar 2013 11:25:13 +0000 Subject: [PATCH] --- coders/txt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/txt.c b/coders/txt.c index 7f762d283..f7cc93148 100644 --- a/coders/txt.c +++ b/coders/txt.c @@ -723,7 +723,6 @@ static MagickBooleanType WriteTXTImage(const ImageInfo *image_info,Image *image, */ (void) QueryColorname(image,&pixel,SVGCompliance,tuple,exception); (void) WriteBlobString(image," "); - (void) WriteBlobString(image,buffer); (void) WriteBlobString(image,tuple); (void) WriteBlobString(image," "); p+=GetPixelChannels(image); -- 2.40.0