[GRASS-SVN] r67989 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 3 01:38:07 PST 2016
Author: huhabla
Date: 2016-03-03 01:38:07 -0800 (Thu, 03 Mar 2016)
New Revision: 67989
Modified:
grass/trunk/lib/gis/mapset_nme.c
Log:
libgis: Fixed function name in debug message
Modified: grass/trunk/lib/gis/mapset_nme.c
===================================================================
--- grass/trunk/lib/gis/mapset_nme.c 2016-03-02 20:00:48 UTC (rev 67988)
+++ grass/trunk/lib/gis/mapset_nme.c 2016-03-03 09:38:07 UTC (rev 67989)
@@ -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