]> git.pld-linux.org Git - packages/sblim-sfcb.git/blob - sblim-sfcb-fix.patch
- new package
[packages/sblim-sfcb.git] / sblim-sfcb-fix.patch
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.101048 seconds and 3 git commands to generate.