[GRASS-SVN] r40500 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 17 08:33:20 EST 2010
Author: glynn
Date: 2010-01-17 08:33:19 -0500 (Sun, 17 Jan 2010)
New Revision: 40500
Modified:
grass/trunk/lib/raster/get_row.c
Log:
Fix handling of missing null bitmap (bug introduced in r40083)
Modified: grass/trunk/lib/raster/get_row.c
===================================================================
--- grass/trunk/lib/raster/get_row.c 2010-01-17 13:11:24 UTC (rev 40499)
+++ grass/trunk/lib/raster/get_row.c 2010-01-17 13:33:19 UTC (rev 40500)
@@ -905,6 +905,8 @@
G_zero(flags, sizeof(char) * G__.window.cols);
/* the flags row is ready now */
}
+
+ return;
} /*if no null file */
else
fcb->null_cur_row = row;
More information about the grass-commit
mailing list