[GRASS-SVN] r68012 - grass/branches/releasebranch_7_0/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 7 23:54:37 PST 2016
Author: neteler
Date: 2016-03-07 23:54:37 -0800 (Mon, 07 Mar 2016)
New Revision: 68012
Modified:
grass/branches/releasebranch_7_0/lib/gis/mapset_nme.c
Log:
libgis: Fix function name in debug message
Modified: grass/branches/releasebranch_7_0/lib/gis/mapset_nme.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/gis/mapset_nme.c 2016-03-08 07:50:26 UTC (rev 68011)
+++ grass/branches/releasebranch_7_0/lib/gis/mapset_nme.c 2016-03-08 07:54:37 UTC (rev 68012)
@@ -149,7 +149,7 @@
DIR *dir;
struct dirent *ent;
- G_debug(3, "G_available_mapsets");
+ G_debug(3, "G_get_available_mapsets");
mapsets = G_calloc(alloc, sizeof(char *));
More information about the grass-commit
mailing list