From: Dirk Lemstra Date: Tue, 22 Aug 2017 18:20:07 +0000 (+0200) Subject: Finally fixed issue reported in #149 X-Git-Tag: 7.0.7-0~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb56534ac870d9a5b8a6e7db8d32c0e76ae65924;p=imagemagick Finally fixed issue reported in #149 --- diff --git a/coders/json.c b/coders/json.c index 433623048..4288d3b5a 100644 --- a/coders/json.c +++ b/coders/json.c @@ -1464,7 +1464,7 @@ static MagickBooleanType EncodeImageAttributes(Image *image,FILE *file, case 219: tag="Custom Field 20"; break; default: tag="unknown"; break; } - (void) FormatLocaleFile(file," %s[%.20g,%.20g]: ",tag, + (void) FormatLocaleFile(file," \"%s[%.20g,%.20g]\": ",tag, (double) dataset,(double) record); length=(size_t) (GetStringInfoDatum(profile)[i++] << 8); length|=GetStringInfoDatum(profile)[i++];