summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libformula.patch
blob: de65e324aeb2ec1d8f553dfa42bdc4871b12bd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*** misc/libformula/build.properties	Mon May 21 19:44:21 2007
--- misc/build/libformula/build.properties	Fri Jul 27 09:05:29 2007
***************
*** 18,25 ****
  
  #
  # Make sure that JDK 1.2 compatible class files are generated
  build.target=1.4
! build.source=1.2
  build.retro.target=1.2
  build.retro.jdk=/opt/jdk1.2.2
  
--- 18,25 ----
  
  #
  # Make sure that JDK 1.2 compatible class files are generated
  build.target=1.4
! build.source=1.3
  build.retro.target=1.2
  build.retro.jdk=/opt/jdk1.2.2
  
--- misc/libformula/source/org/jfree/formula/function/text/MidFunctionDescription.java	2007-10-18 08:21:30.000000000 +0200
+++ misc/build/libformula/source/org/jfree/formula/function/text/MidFunctionDescription.java	2008-07-07 14:44:01.790739928 +0200
@@ -62,7 +62,7 @@
 
   public Type getParameterType(final int position)
   {
-    if(position == 1)
+    if(position == 0)
     {
       return TextType.TYPE;
     }