[GRASS-SVN] r63564 - grass/branches/releasebranch_7_0/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 16 00:30:43 PST 2014
Author: mmetz
Date: 2014-12-16 00:30:43 -0800 (Tue, 16 Dec 2014)
New Revision: 63564
Modified:
grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c
Log:
v.in.ogr: backport r63548
Modified: grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c 2014-12-15 23:07:09 UTC (rev 63563)
+++ grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c 2014-12-16 08:30:43 UTC (rev 63564)
@@ -1141,6 +1141,7 @@
}
#endif
else if (Ogr_ftype == OFTString ||
+ Ogr_ftype == OFTStringList ||
Ogr_ftype == OFTIntegerList) {
db_set_string(&strval, (char *)
OGR_F_GetFieldAsString(Ogr_feature,
@@ -1166,6 +1167,7 @@
}
#endif
else if (Ogr_ftype == OFTString ||
+ Ogr_ftype == OFTStringList ||
Ogr_ftype == OFTIntegerList) {
sprintf(buf, ", ''");
}
More information about the grass-commit
mailing list