commit | eb56534ac870d9a5b8a6e7db8d32c0e76ae65924 | [log] [tgz] |
---|---|---|
author | Dirk Lemstra <dirk@git.imagemagick.org> | Tue Aug 22 20:20:07 2017 +0200 |
committer | Dirk Lemstra <dirk@git.imagemagick.org> | Tue Aug 22 20:20:21 2017 +0200 |
tree | 2610fc5e5f59da539a4a2221daefb09df849dcf0 | |
parent | 61c6e6faf0a2a30408fc9221ffde7a8b26708403 [diff] [blame] |
Finally fixed issue reported in #149
diff --git a/coders/json.c b/coders/json.c index 4336230..4288d3b 100644 --- a/coders/json.c +++ b/coders/json.c
@@ -1464,7 +1464,7 @@ 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++];