[GRASS-SVN] r42609 - grass/branches/develbranch_6/lib/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 20 15:09:18 EDT 2010
Author: martinl
Date: 2010-06-20 19:09:17 +0000 (Sun, 20 Jun 2010)
New Revision: 42609
Modified:
grass/branches/develbranch_6/lib/nviz/map_obj.c
Log:
nvizlib: fix compilation error (missing variable declaration)
Modified: grass/branches/develbranch_6/lib/nviz/map_obj.c
===================================================================
--- grass/branches/develbranch_6/lib/nviz/map_obj.c 2010-06-20 19:06:30 UTC (rev 42608)
+++ grass/branches/develbranch_6/lib/nviz/map_obj.c 2010-06-20 19:09:17 UTC (rev 42609)
@@ -328,6 +328,7 @@
*/
int Nviz_set_vpoint_attr_default(int id)
{
+ int i;
geosite *gp;
gp = gp_get_site(id);
More information about the grass-commit
mailing list