[GRASS-SVN] r69471 - grass/branches/releasebranch_7_0/vector/v.category
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 13 09:16:20 PDT 2016
Author: mmetz
Date: 2016-09-13 09:16:19 -0700 (Tue, 13 Sep 2016)
New Revision: 69471
Modified:
grass/branches/releasebranch_7_0/vector/v.category/main.c
Log:
v.category: fix r49413 (backport from trunk r69469)
Modified: grass/branches/releasebranch_7_0/vector/v.category/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.category/main.c 2016-09-13 16:15:56 UTC (rev 69470)
+++ grass/branches/releasebranch_7_0/vector/v.category/main.c 2016-09-13 16:16:19 UTC (rev 69471)
@@ -452,6 +452,8 @@
Vect_field_cat_del(Cats, fields[0], Cats->cat[found]);
nmodified++;
}
+ else
+ i++;
}
}
Vect_write_line(&Out, type, Points, Cats);
More information about the grass-commit
mailing list