[GRASS-SVN] r37069 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 9 10:51:57 EDT 2009


Author: glynn
Date: 2009-05-09 10:51:57 -0400 (Sat, 09 May 2009)
New Revision: 37069

Modified:
   grass/trunk/lib/gis/home.c
Log:
Remove G_debug() call from G__home() to prevent infinite recursion if
 GISRC is unset


Modified: grass/trunk/lib/gis/home.c
===================================================================
--- grass/trunk/lib/gis/home.c	2009-05-09 14:47:00 UTC (rev 37068)
+++ grass/trunk/lib/gis/home.c	2009-05-09 14:51:57 UTC (rev 37069)
@@ -68,7 +68,6 @@
 #else
     home = getenv("HOME");
 #endif
-    G_debug(2, "G__home home = %s", home);
     G_initialize_done(&initialized);
     return home;
 }



More information about the grass-commit mailing list