Browse Source

vlib: fix typo in plus data variable

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63271 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
65d3254deb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vector/Vlib/build.c

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

@@ -843,7 +843,7 @@ int Vect_build_partial(struct Map_info *Map, int build)
     plus->with_z = Map->head.with_z;
     plus->spidx_with_z = Map->head.with_z;
 
-    if (build == GV_BUILD_ALL && plus->build < GV_BUILD_ALL) {
+    if (build == GV_BUILD_ALL && plus->built < GV_BUILD_ALL) {
 	dig_cidx_free(plus);	/* free old (if any) category index */
 	dig_cidx_init(plus);
     }