From 163bc6d7fc268bdb1c7cc03699f69d0c5cc0b4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 15 Jul 2023 09:47:16 +0200 Subject: New upstream version 4.14 --- include/libHX/libxml_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libHX/libxml_helper.h') diff --git a/include/libHX/libxml_helper.h b/include/libHX/libxml_helper.h index 08a0a07..5a02bf0 100644 --- a/include/libHX/libxml_helper.h +++ b/include/libHX/libxml_helper.h @@ -118,7 +118,7 @@ static __inline__ const char *xml_getprop(const xmlNode *node, const char *attr) static __inline__ char *xml_getnsprop(const xmlNode *node, const char *nsprefix, const char *attr) { - return xml_getnsprop(const_cast(node), nsprefix, attr); + return xml_getnsprop(const_cast(node), nsprefix, attr); } #endif -- cgit v1.2.3