summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/geom_xml2tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libgeom/geom_xml2tree.c')
-rw-r--r--lib/libgeom/geom_xml2tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libgeom/geom_xml2tree.c b/lib/libgeom/geom_xml2tree.c
index 277dda6..6c8d738 100644
--- a/lib/libgeom/geom_xml2tree.c
+++ b/lib/libgeom/geom_xml2tree.c
@@ -217,7 +217,7 @@ EndElement(void *userData, const char *name)
}
if (p != NULL) {
-printf("<<<%s>>>\n", p);
+ printf("Unexpected XML: name=%s data=\"%s\"\n", name, p);
free(p);
}
@@ -267,7 +267,7 @@ CharData(void *userData , const XML_Char *s , int len)
}
struct gident *
-geom_lookupid(struct gmesh *gmp, void *id)
+geom_lookupid(struct gmesh *gmp, const void *id)
{
struct gident *gip;
OpenPOWER on IntegriCloud