SHA256
8
0
forked from pool/libxml2
2024-11-13 09:48:33 +00:00
committed by Git OBS Bridge
parent aaeba4d182
commit 46de1e365a
7 changed files with 51 additions and 49 deletions

View File

@@ -11,11 +11,11 @@ invalid string.
python/types.c | 4 ++++
1 file changed, 4 insertions(+)
Index: libxml2-2.13.5/python/types.c
Index: libxml2-2.10.3/python/types.c
===================================================================
--- libxml2-2.13.5.orig/python/types.c
+++ libxml2-2.13.5/python/types.c
@@ -276,6 +276,10 @@ libxml_charPtrConstWrap(const char *str)
--- libxml2-2.10.3.orig/python/types.c
+++ libxml2-2.10.3/python/types.c
@@ -274,6 +274,10 @@ libxml_charPtrConstWrap(const char *str)
return (Py_None);
}
ret = PY_IMPORT_STRING(str);