Browse Source

vlib: fix https://trac.osgeo.org/grass/changeset/48888

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48894 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
7932ab7730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vector/Vlib/ascii.c

+ 1 - 1
lib/vector/Vlib/ascii.c

@@ -389,7 +389,7 @@ int Vect_write_ascii(FILE *ascii,
 	if (format == GV_ASCII_FORMAT_POINT && !(type & GV_POINTS))
 	    continue;
 
-	found = check_cat(ACats, Clist, cats, ncats);
+	found = check_cat(Cats, Clist, cats, ncats);
 
 	if (!found && type == GV_BOUNDARY && Vect_level(Map) > 1) {
 	    Vect_get_line_areas(Map, line, &left, &right);