summaryrefslogtreecommitdiff
path: root/debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch')
-rw-r--r--debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch b/debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch
index 8834c99..03bf447 100644
--- a/debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch
+++ b/debian/patches/0003-Fix-an-error-in-xmlCleanupParser.patch
@@ -8,7 +8,7 @@ xmlCleanupParser calls xmlCleanupGlobals() and then
xmlResetLastError() but the later reallocate the global
data freed by previous call. Just swap the two calls.
---
- parser.c | 2 +-
+ parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parser.c b/parser.c