[GRASS-SVN] r63271 - grass/branches/releasebranch_7_0/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 28 13:23:40 PST 2014
Author: martinl
Date: 2014-11-28 13:23:40 -0800 (Fri, 28 Nov 2014)
New Revision: 63271
Modified:
grass/branches/releasebranch_7_0/lib/vector/Vlib/build.c
Log:
vlib: fix typo in plus data variable
Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/build.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/build.c 2014-11-28 20:48:16 UTC (rev 63270)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/build.c 2014-11-28 21:23:40 UTC (rev 63271)
@@ -843,7 +843,7 @@
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);
}
More information about the grass-commit
mailing list