commit | 8eaf185904ae6ed2938f3719c1c7bd84d8485976 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Jan 14 03:08:10 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Jan 14 03:08:10 2010 +0000 |
tree | e2b0d81f442d72290bc794b2161407acfad971b6 | |
parent | ebe41ab753ca7efdf70f6ea80d6018bc9b9a7a17 [diff] [blame] |
diff --git a/magick/xml-tree.c b/magick/xml-tree.c index 6fe06e6..62ad88b 100644 --- a/magick/xml-tree.c +++ b/magick/xml-tree.c
@@ -1612,7 +1612,7 @@ *xml='\0'; i=0; while ((root->attributes[i] != (char **) NULL) && - (strcmp(n,root->attributes[i][0]) != 0)) + (strcmp(n,root->attributes[i][0]) != 0)) i++; while (*(n=(++xml)+strspn(xml,XMLWhitespace)) && (*n != '>')) {