commit | cfef62c1ec8baa62bffd189702e439ecf368ed34 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed May 05 01:21:43 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed May 05 01:21:43 2010 +0000 |
tree | ae04b40a96a2a3900e726c4eaff9f13a1f7d64d1 | |
parent | 91c0da29acec06e324624e1aa1284f101adcdf50 [diff] [blame] |
diff --git a/magick/xml-tree.c b/magick/xml-tree.c index f197d39..cd7fb23 100644 --- a/magick/xml-tree.c +++ b/magick/xml-tree.c
@@ -1767,7 +1767,7 @@ attributes=(char **) sentinel; tag=p; if ((isalpha((int) ((unsigned char) *p)) !=0) || (*p == '_') || - (*p == ':') || (*p < '\0')) + (*p == ':') || (((int) *p) < '\0')) { /* Tag.