[GRASS-SVN] r45452 - grass/branches/develbranch_6/vector/v.out.ascii
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 23 11:30:30 EST 2011
Author: neteler
Date: 2011-02-23 08:30:30 -0800 (Wed, 23 Feb 2011)
New Revision: 45452
Modified:
grass/branches/develbranch_6/vector/v.out.ascii/b2a.c
Log:
fix
Modified: grass/branches/develbranch_6/vector/v.out.ascii/b2a.c
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ascii/b2a.c 2011-02-23 16:15:38 UTC (rev 45451)
+++ grass/branches/develbranch_6/vector/v.out.ascii/b2a.c 2011-02-23 16:30:30 UTC (rev 45452)
@@ -212,8 +212,6 @@
fprintf(ascii, "%s%s%s", xstring, fs, ystring);
}
- Vect_field_cat_get(Cats, field, fcats);
-
if (fcats->n_values > 0) {
if (fcats->n_values > 1) {
G_warning(_("Feature has more categories. Only first category (%d) "
More information about the grass-commit
mailing list