Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
4bb7b504ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;