[GRASS-SVN] r52773 - grass/branches/releasebranch_6_4/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 20 07:05:46 PDT 2012


Author: mmetz
Date: 2012-08-20 07:05:45 -0700 (Mon, 20 Aug 2012)
New Revision: 52773

Modified:
   grass/branches/releasebranch_6_4/lib/vector/Vlib/cats.c
Log:
Vlib fix for multiple cats in the same layer

Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/cats.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/cats.c	2012-08-20 13:13:13 UTC (rev 52772)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/cats.c	2012-08-20 14:05:45 UTC (rev 52773)
@@ -275,6 +275,7 @@
 	    }
 	    Cats->n_cats--;
 	    found = 1;
+	    n--;		/* check again this position */
 	}
     }
 



More information about the grass-commit mailing list