[GRASS-SVN] r42967 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 2 16:13:13 EDT 2010
Author: glynn
Date: 2010-08-02 20:13:13 +0000 (Mon, 02 Aug 2010)
New Revision: 42967
Modified:
grass/trunk/lib/raster/get_row.c
Log:
Fix for split window (from Markus Metz)
Modified: grass/trunk/lib/raster/get_row.c
===================================================================
--- grass/trunk/lib/raster/get_row.c 2010-08-02 16:34:43 UTC (rev 42966)
+++ grass/trunk/lib/raster/get_row.c 2010-08-02 20:13:13 UTC (rev 42967)
@@ -927,7 +927,7 @@
static void get_null_value_row_gdal(int fd, char *flags, int row)
{
struct fileinfo *fcb = &R__.fileinfo[fd];
- DCELL *tmp_buf = Rast_allocate_d_buf();
+ DCELL *tmp_buf = Rast_allocate_d_input_buf();
int i;
if (get_map_row_nomask(fd, tmp_buf, row, DCELL_TYPE) <= 0) {
More information about the grass-commit
mailing list