[QGIS Commit] r12932 - trunk/qgis/src/providers/grass
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Feb 11 19:52:53 EST 2010
Author: jef
Date: 2010-02-11 19:52:52 -0500 (Thu, 11 Feb 2010)
New Revision: 12932
Modified:
trunk/qgis/src/providers/grass/qgis.g.info.c
Log:
fix build error
Modified: trunk/qgis/src/providers/grass/qgis.g.info.c
===================================================================
--- trunk/qgis/src/providers/grass/qgis.g.info.c 2010-02-12 00:30:11 UTC (rev 12931)
+++ trunk/qgis/src/providers/grass/qgis.g.info.c 2010-02-12 00:52:52 UTC (rev 12932)
@@ -105,11 +105,12 @@
}
else
{
+ void *ptr;
+ double val;
+
rast_type = G_get_raster_map_type( fd );
cell = G_allocate_c_raster_buf();
dcell = G_allocate_d_raster_buf();
- void *ptr;
- double val;
if ( rast_type == CELL_TYPE )
{
More information about the QGIS-commit
mailing list