mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Quiet down valgrind warnings
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
38179f49d4
commit
4d0d5f8c07
1 changed files with 1 additions and 1 deletions
|
@ -1551,7 +1551,7 @@ static const char *nodename(xmlNode *node, char *buf, int len)
|
|||
static void visit_one_node(xmlNode *node)
|
||||
{
|
||||
char *content;
|
||||
char buffer[MAXNAME];
|
||||
static char buffer[MAXNAME];
|
||||
const char *name;
|
||||
|
||||
content = node->content;
|
||||
|
|
Loading…
Add table
Reference in a new issue