1
0
Fork 0

small bugfix

This commit is contained in:
ehofman 2009-06-17 07:39:24 +00:00 committed by Tim Moore
parent 84221ac794
commit 65fd0c9c7a

View file

@ -59,6 +59,7 @@ void print_xml(void *id, char *name, unsigned int len)
s = xmlGetString(xid);
if (s)
{
name[len] = 0;
printf("%s = %s\n", name, s);
free(s);
}