diff options
-rw-r--r-- | core/parse-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c index 3f2f3ea59..dd2250d21 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -1451,7 +1451,7 @@ static const char *nodename(xmlNode *node, char *buf, int len) static bool visit_one_node(xmlNode *node) { xmlChar *content; - static char buffer[MAXNAME]; + char buffer[MAXNAME]; const char *name; content = node->content; |