diff options
Diffstat (limited to 'jfreereport/patches/libformula.patch')
-rw-r--r-- | jfreereport/patches/libformula.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jfreereport/patches/libformula.patch b/jfreereport/patches/libformula.patch deleted file mode 100644 index 8beb270..0000000 --- a/jfreereport/patches/libformula.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- misc/libformula/source/org/pentaho/reporting/libraries/formula/lvalues/FormulaFunction.java 2008-12-12 13:04:46.000000000 +0100 -+++ misc/build/libformula/source/org/pentaho/reporting/libraries/formula/lvalues/FormulaFunction.java 2008-12-15 08:13:14.308750000 +0100 -@@ -161,7 +161,8 @@ - - for (int i = 0; i < parameters.length; i++) - { -- parameters[i].initialize(context); -+ if ( parameters[i] != null ) -+ parameters[i].initialize(context); - } - } - |