summaryrefslogtreecommitdiff
path: root/debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch')
-rw-r--r--debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch b/debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch
index bb185c8..cc18db7 100644
--- a/debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch
+++ b/debian/patches/0023-Handling-of-XPath-function-arguments-in-error-case.patch
@@ -14,7 +14,7 @@ This commit makes the handling of function arguments more robust.
* Bail out early when evaluation of XPath function arguments fails.
* Make sure that there are 'nargs' arguments in the current call frame.
---
- xpath.c | 9 +++++++--
+ xpath.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/xpath.c b/xpath.c