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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 18 06:18:33 EDT 2009


Author: hamish
Date: 2009-08-18 06:18:33 -0400 (Tue, 18 Aug 2009)
New Revision: 38780

Modified:
   grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c
Log:
todone

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	2009-08-18 10:17:32 UTC (rev 38779)
+++ grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c	2009-08-18 10:18:33 UTC (rev 38780)
@@ -317,10 +317,6 @@
     int sf_x, sf_y, sf_rl, sf_cl;
     int size;
 
-    /* TODO: if present, strip away G_home()/.r.li/history/ path from string */
-    /*  ? if(strncmp(G_rc_path(), path, strlen(G_rc_path()) ) == 0)
-	?     path += strlen(G_rc_path());
-	? */
     if (stat(path, &s) != 0)
 	G_fatal_error(_("Cannot find configuration file <%s>"), path);
 



More information about the grass-commit mailing list