[GRASS-SVN] r69470 - grass/branches/releasebranch_7_2/vector/v.category

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 13 09:15:56 PDT 2016


Author: mmetz
Date: 2016-09-13 09:15:56 -0700 (Tue, 13 Sep 2016)
New Revision: 69470

Modified:
   grass/branches/releasebranch_7_2/vector/v.category/main.c
Log:
v.category: fix r49413 (backport from trunk r69469)

Modified: grass/branches/releasebranch_7_2/vector/v.category/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.category/main.c	2016-09-13 16:15:09 UTC (rev 69469)
+++ grass/branches/releasebranch_7_2/vector/v.category/main.c	2016-09-13 16:15:56 UTC (rev 69470)
@@ -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