[GRASS-SVN] r58179 - grass/trunk/vector/v.category

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 9 07:52:02 PST 2013


Author: zarch
Date: 2013-11-09 07:52:02 -0800 (Sat, 09 Nov 2013)
New Revision: 58179

Modified:
   grass/trunk/vector/v.category/main.c
Log:
Fix the option transfer for the areas

Modified: grass/trunk/vector/v.category/main.c
===================================================================
--- grass/trunk/vector/v.category/main.c	2013-11-09 15:25:49 UTC (rev 58178)
+++ grass/trunk/vector/v.category/main.c	2013-11-09 15:52:02 UTC (rev 58179)
@@ -403,10 +403,10 @@
 			    }
 			}
 		    }
-		    Vect_write_line(&Out, type, Points, Cats);
 		    nmodified++;
 		}
 	    }
+	    Vect_write_line(&Out, type, Points, Cats);
 	}
 	Vect_destroy_cats_struct(TCats);
 	break;



More information about the grass-commit mailing list