[GRASS-SVN] r38615 - grass/trunk/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 4 11:25:57 EDT 2009
Author: mmetz
Date: 2009-08-04 11:25:57 -0400 (Tue, 04 Aug 2009)
New Revision: 38615
Modified:
grass/trunk/lib/vector/diglib/spindex_rw.c
Log:
loading spatial index fixed
Modified: grass/trunk/lib/vector/diglib/spindex_rw.c
===================================================================
--- grass/trunk/lib/vector/diglib/spindex_rw.c 2009-08-04 10:06:44 UTC (rev 38614)
+++ grass/trunk/lib/vector/diglib/spindex_rw.c 2009-08-04 15:25:57 UTC (rev 38615)
@@ -732,7 +732,7 @@
(struct Node *)s[top].childpos[j];
}
else {
- newnode->branch[j].child = NULL;
+ s[top].sn.branch[j].child = NULL;
}
}
s[top].branch_id = 0;
More information about the grass-commit
mailing list