Browse Source

Fix the option transfer for the areas

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58179 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 11 years ago
parent
commit
4bb7b504ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.category/main.c

+ 1 - 1
vector/v.category/main.c

@@ -403,10 +403,10 @@ int main(int argc, char *argv[])
 			    }
 			}
 		    }
-		    Vect_write_line(&Out, type, Points, Cats);
 		    nmodified++;
 		}
 	    }
+	    Vect_write_line(&Out, type, Points, Cats);
 	}
 	Vect_destroy_cats_struct(TCats);
 	break;