[GRASS-SVN] r63566 - grass/branches/releasebranch_6_4/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 16 00:31:57 PST 2014


Author: mmetz
Date: 2014-12-16 00:31:57 -0800 (Tue, 16 Dec 2014)
New Revision: 63566

Modified:
   grass/branches/releasebranch_6_4/vector/v.in.ogr/main.c
Log:
v.in.ogr: backport r63548

Modified: grass/branches/releasebranch_6_4/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.in.ogr/main.c	2014-12-16 08:31:38 UTC (rev 63565)
+++ grass/branches/releasebranch_6_4/vector/v.in.ogr/main.c	2014-12-16 08:31:57 UTC (rev 63566)
@@ -895,6 +895,7 @@
 			}
 #endif
 			else if (Ogr_ftype == OFTString ||
+				 Ogr_ftype == OFTStringList ||
 				 Ogr_ftype == OFTIntegerList) {
 			    db_set_string(&strval, (char *)
 					  OGR_F_GetFieldAsString(Ogr_feature,
@@ -920,6 +921,7 @@
 			}
 #endif
 			else if (Ogr_ftype == OFTString ||
+				 Ogr_ftype == OFTStringList ||
 				 Ogr_ftype == OFTIntegerList) {
 			    sprintf(buf, ", ''");
 			}



More information about the grass-commit mailing list