[GRASS-SVN] r41559 - grass/branches/develbranch_6/raster/r.li/r.li.daemon

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 26 10:35:54 EDT 2010


Author: neteler
Date: 2010-03-26 10:35:54 -0400 (Fri, 26 Mar 2010)
New Revision: 41559

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

Modified: grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c	2010-03-26 14:34:36 UTC (rev 41558)
+++ grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c	2010-03-26 14:35:54 UTC (rev 41559)
@@ -386,6 +386,7 @@
 		g->sf_y = sf_y;
 		g->x = sf_x;
 		g->y = sf_y;
+		g->maskname = NULL;
 
 		return disposeAreas(l, g, strtok(NULL, "\n"));
 	    }



More information about the grass-commit mailing list