From: glennrp Date: Mon, 4 Feb 2013 15:46:22 +0000 (+0000) Subject: Added single quotes around debug printout of text keyword X-Git-Tag: 7.0.1-0~4299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbc9215c23fce410bf0bea825dee908c15271bb3;p=imagemagick Added single quotes around debug printout of text keyword --- diff --git a/coders/png.c b/coders/png.c index 1bdd4a6d6..b9a0056a1 100644 --- a/coders/png.c +++ b/coders/png.c @@ -10944,7 +10944,7 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info, " Setting up text chunk"); (void) LogMagickEvent(CoderEvent,GetMagickModule(), - " keyword: %s",text[0].key); + " keyword: '%s'",text[0].key); } png_set_text(ping,ping_info,text,1);