[GRASS-SVN] r53920 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 19 09:23:22 PST 2012
Author: glynn
Date: 2012-11-19 09:23:22 -0800 (Mon, 19 Nov 2012)
New Revision: 53920
Modified:
grass/trunk/lib/raster/set_window.c
Log:
Fix cruft left over from r42876
Modified: grass/trunk/lib/raster/set_window.c
===================================================================
--- grass/trunk/lib/raster/set_window.c 2012-11-19 17:22:11 UTC (rev 53919)
+++ grass/trunk/lib/raster/set_window.c 2012-11-19 17:23:22 UTC (rev 53920)
@@ -154,10 +154,8 @@
fcb->open_mode != OPEN_NEW_COMPRESSED)
continue;
- if (fcb->open_mode == OPEN_OLD) {
+ if (fcb->open_mode == OPEN_OLD)
G_fatal_error(_("Input window changed while maps are open for read"));
- Rast__create_window_mapping(i);
- }
}
/* turn masking (back) on if necessary */
More information about the grass-commit
mailing list