commit | 5d293d27b7df79ecf3302cfa894ae3997d720d98 | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Sat Feb 24 12:45:52 2018 -0500 |
committer | Cristy <urban-warrior@imagemagick.org> | Sat Feb 24 12:45:52 2018 -0500 |
tree | 9c1dda2de692d2a38b23272845ca59090eb62631 | |
parent | dcdce8fa68e285c3566cace148539f7d54f892fb [diff] [blame] |
...
diff --git a/coders/json.c b/coders/json.c index 6ee4b29..d68ec22 100644 --- a/coders/json.c +++ b/coders/json.c
@@ -1502,7 +1502,7 @@ while (*p != '\0') { q=p; - while ((*q != '\377') && (*q != '\0')) + while ((*q != '\xff') && (*q != '\0')) q++; (void) CopyMagickString(image_info->filename,p,(size_t) (q-p+1)); p=q+1;