Changeset 922
- Timestamp:
- May 27, 2019, 3:18:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/sqlapi.c
r921 r922 109 109 * @return the OGR connection string 110 110 */ 111 c har* createInitString(maps* conf){111 const char* createInitString(maps* conf){ 112 112 return _createInitString(conf,"database"); 113 113 } … … 120 120 */ 121 121 int _init_sql(maps* conf,const char* key){ 122 c har* sqlInitString=_createInitString(conf,key);122 const char* sqlInitString=_createInitString(conf,key); 123 123 #ifdef SQL_DEBUG 124 124 fprintf(stderr,"Try to connect to: %s %s !\n",key,sqlInitString);
Note: See TracChangeset
for help on using the changeset viewer.