diff options
Diffstat (limited to 'www/firefox/patches/patch-ci')
-rw-r--r-- | www/firefox/patches/patch-ci | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/patches/patch-ci b/www/firefox/patches/patch-ci deleted file mode 100644 index 5dc583851cf..00000000000 --- a/www/firefox/patches/patch-ci +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ci,v 1.1 2005/06/16 21:39:06 martin Exp $ - ---- extensions/transformiix/source/xpath/FunctionCall.cpp.orig 2003-11-04 16:13:03.000000000 +0100 -+++ extensions/transformiix/source/xpath/FunctionCall.cpp 2005-06-16 09:14:19.000000000 +0200 -@@ -92,7 +92,7 @@ - nsRefPtr<txAExprResult> exprResult; - nsresult rv = aExpr->evaluate(aContext, getter_AddRefs(exprResult)); - if (NS_FAILED(rv)) -- return Double::NaN; -+ return Double::NaN(); - - return exprResult->numberValue(); - } |