]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-fix.patch
- massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/"
[packages/Firebird.git] / Firebird-fix.patch
CommitLineData
9fa49beb
JB
1--- firebird-1.0.0.796/jrd/rse.c.orig Fri Mar 1 12:54:03 2002
2+++ firebird-1.0.0.796/jrd/rse.c Thu Dec 5 00:48:00 2002
3@@ -735,7 +735,7 @@
4 MOV_get_int64 (EVL_expr (tdbb, (NOD) rsb->rsb_arg [0]), 0);
5
6 if (((IRSB_FIRST)impure)->irsb_count < 1)
7- ERR_post (gds__bad_limit_param, 0);
8+ ERR_post (gds__not_valid /*gds__bad_limit_param*/, 0);
9
10 rsb = rsb->rsb_next;
11 break;
12@@ -745,7 +745,7 @@
13 MOV_get_int64 (EVL_expr (tdbb, (NOD) rsb->rsb_arg [0]), 0);
14
15 if (((IRSB_SKIP)impure)->irsb_count < 0)
16- ERR_post (gds__bad_skip_param, 0);
17+ ERR_post (gds__not_valid /*gds__bad_skip_param*/, 0);
18 ((IRSB_SKIP)impure)->irsb_count++;
19
20 rsb = rsb->rsb_next;
9fa49beb
JB
21--- firebird-1.0.0.796/Configure_SetupEnv.sh.orig Tue Aug 7 20:19:19 2001
22+++ firebird-1.0.0.796/Configure_SetupEnv.sh Thu Dec 5 08:14:29 2002
23@@ -53,6 +53,6 @@
24 LD_LIBRARY_PATH=$FBNewBuild/lib:$FBBuildRoot/jrd:$LD_LIBRARY_PATH
25 export LD_LIBRARY_PATH
26
27-PATH=$PATH:$FBNewBuild/bin:.
28+PATH=$FBNewBuild/bin:$PATH:.
29
30
This page took 0.043191 seconds and 4 git commands to generate.