]> git.pld-linux.org Git - packages/sblim-sfcb.git/blame - sblim-sfcb-fix.patch
- remove stupid sed from configure
[packages/sblim-sfcb.git] / sblim-sfcb-fix.patch
CommitLineData
e6c4a6d8
JB
1--- sblim-sfcb-1.3.15/sqlStatement.h.orig 2010-04-14 00:56:07.000000000 +0200
2+++ sblim-sfcb-1.3.15/sqlStatement.h 2012-07-02 17:36:01.243897252 +0200
3@@ -344,7 +344,7 @@
4 UpdIns* newUpdIns(const char* tname, UtilList* colList,UtilList* assignmentList,UtilList* where);
5 Insert* newInsert(const char* tname);
6 ClassDef* newClassDef(int fieldCount, const char * className, UtilList * fieldNameList, int fNameLength, const char * superclass);
7-Call* newCall(char * tname, char * pname, UtilList * klist, UtilList * pList);
8+Call* newCall(const char * tname, const char * pname, UtilList * klist, UtilList * pList);
9
10
11
12--- sblim-sfcb-1.3.15/sqlStatement.c.orig 2011-12-01 00:24:18.000000000 +0100
13+++ sblim-sfcb-1.3.15/sqlStatement.c 2012-07-02 17:39:30.290555146 +0200
14@@ -1729,7 +1729,7 @@
15 sl = d.value.sint64;
16 break;
17 default:
18- ul = 0;
19+ sl = 0;
20 break;
21 }
22 sprintf(sp,"%lld", sl);
This page took 0.052616 seconds and 4 git commands to generate.