From: Dirk Lemstra Date: Fri, 11 Aug 2017 09:22:47 +0000 (+0200) Subject: Removed printf statements. X-Git-Tag: 7.0.6-7~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db959f5b041c2e51f03d2e32871d702d29e819d8;p=imagemagick Removed printf statements. --- diff --git a/coders/meta.c b/coders/meta.c index 1f5fbfab7..f1f65ced9 100644 --- a/coders/meta.c +++ b/coders/meta.c @@ -1925,10 +1925,7 @@ static int formatIPTC(Image *ifile, Image *ofile) str=(unsigned char *) AcquireQuantumMemory((size_t) (taglen+MagickPathExtent), sizeof(*str)); if (str == (unsigned char *) NULL) - { - printf("MemoryAllocationFailed"); - return(0); - } + return(0); for (tagindx=0; tagindx