[GRASS-SVN] r34826 - grass/trunk/raster/r.clump
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 11 08:08:37 EST 2008
Author: martinl
Date: 2008-12-11 08:08:37 -0500 (Thu, 11 Dec 2008)
New Revision: 34826
Modified:
grass/trunk/raster/r.clump/main.c
Log:
r.clump: fix compilation error
Modified: grass/trunk/raster/r.clump/main.c
===================================================================
--- grass/trunk/raster/r.clump/main.c 2008-12-11 08:10:58 UTC (rev 34825)
+++ grass/trunk/raster/r.clump/main.c 2008-12-11 13:08:37 UTC (rev 34826)
@@ -86,7 +86,7 @@
if (opt_title->answer != NULL)
strcpy(title, opt_title->answer);
else
- sprintf(title, "clump of <%s@%s>", name, mapset);
+ sprintf(title, "clump of <%s@%s>", name, G_mapset());
G_put_cell_title(OUTPUT, title);
G_read_range(OUTPUT, G_mapset(), &range);
More information about the grass-commit
mailing list