[GRASS-SVN] r63565 - grass/branches/develbranch_6/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 16 00:31:38 PST 2014
Author: mmetz
Date: 2014-12-16 00:31:38 -0800 (Tue, 16 Dec 2014)
New Revision: 63565
Modified:
grass/branches/develbranch_6/vector/v.in.ogr/main.c
Log:
v.in.ogr: backport r63548
Modified: grass/branches/develbranch_6/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.in.ogr/main.c 2014-12-16 08:30:43 UTC (rev 63564)
+++ grass/branches/develbranch_6/vector/v.in.ogr/main.c 2014-12-16 08:31:38 UTC (rev 63565)
@@ -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