summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-cn
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-cn')
-rw-r--r--www/seamonkey/patches/patch-cn4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/patches/patch-cn b/www/seamonkey/patches/patch-cn
index dc550d32dfc..d317de89250 100644
--- a/www/seamonkey/patches/patch-cn
+++ b/www/seamonkey/patches/patch-cn
@@ -1,4 +1,4 @@
-$NetBSD: patch-cn,v 1.3 2007/05/31 12:29:38 ghen Exp $
+$NetBSD: patch-cn,v 1.4 2007/07/26 08:50:17 ghen Exp $
--- extensions/transformiix/source/xpath/XFormsFunctionCall.cpp.orig 2007-05-03 03:37:36.000000000 +0200
+++ extensions/transformiix/source/xpath/XFormsFunctionCall.cpp
@@ -26,7 +26,7 @@ $NetBSD: patch-cn,v 1.3 2007/05/31 12:29:38 ghen Exp $
PRInt32 index = 0;
- double res = Double::NaN;
+ double res = Double::NaN();
- rv = xformsService->GetRepeatIndexById(mResolverNode, indexId, &index);
+ rv = xformsService->GetRepeatIndexById(mNode, indexId, &index);
NS_ENSURE_SUCCESS(rv, rv);
@@ -344,7 +344,7 @@ XFormsFunctionCall::evaluate(txIEvalCont