浏览代码

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 年之前
父节点
当前提交
4bb7b504ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;