We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a7932cc commit 8f06089Copy full SHA for 8f06089
src/providers/grass/qgis.g.info.c
@@ -105,11 +105,12 @@ int main( int argc, char **argv )
105
}
106
else
107
{
108
+ void *ptr;
109
+ double val;
110
+
111
rast_type = G_get_raster_map_type( fd );
112
cell = G_allocate_c_raster_buf();
113
dcell = G_allocate_d_raster_buf();
- void *ptr;
- double val;
114
115
if ( rast_type == CELL_TYPE )
116
0 commit comments