[GRASS-SVN] r41558 - grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 26 10:34:37 EDT 2010


Author: neteler
Date: 2010-03-26 10:34:36 -0400 (Fri, 26 Mar 2010)
New Revision: 41558

Modified:
   grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/daemon.c
Log:
fixed spurious initialization bug (only relevant for debian-style distros)

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/daemon.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/daemon.c	2010-03-26 11:48:46 UTC (rev 41557)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/daemon.c	2010-03-26 14:34:36 UTC (rev 41558)
@@ -360,6 +360,7 @@
 		g->sf_y = sf_y;
 		g->x = sf_x;
 		g->y = sf_y;
+		g->maskname = NULL;
 		return disposeAreas(l, g, strtok(NULL, "\n"));
 	    }
 	    else {



More information about the grass-commit mailing list