[GRASS-SVN] r37076 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 9 12:23:21 EDT 2009
Author: martinl
Date: 2009-05-09 12:23:21 -0400 (Sat, 09 May 2009)
New Revision: 37076
Modified:
grass/branches/develbranch_6/lib/gis/home.c
Log:
glynn: Remove G_debug() call from G__home() to prevent infinite recursion if GISRC is unset
(merge from trunk, r37069)
Modified: grass/branches/develbranch_6/lib/gis/home.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/home.c 2009-05-09 16:12:03 UTC (rev 37075)
+++ grass/branches/develbranch_6/lib/gis/home.c 2009-05-09 16:23:21 UTC (rev 37076)
@@ -67,6 +67,5 @@
#else
home = getenv("HOME");
#endif
- G_debug(2, "G__home home = %s", home);
return home;
}
More information about the grass-commit
mailing list