[GRASS-SVN] r49763 - grass/trunk/lib/imagery
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 15 01:49:42 EST 2011
Author: annakrat
Date: 2011-12-14 22:49:42 -0800 (Wed, 14 Dec 2011)
New Revision: 49763
Modified:
grass/trunk/lib/imagery/sigsetfile.c
Log:
imagerylib: fix function name
Modified: grass/trunk/lib/imagery/sigsetfile.c
===================================================================
--- grass/trunk/lib/imagery/sigsetfile.c 2011-12-15 00:22:14 UTC (rev 49762)
+++ grass/trunk/lib/imagery/sigsetfile.c 2011-12-15 06:49:42 UTC (rev 49763)
@@ -36,7 +36,7 @@
char group_name[GNAME_MAX], mapset[GMAPSET_MAX];
FILE *fd;
- if (G__name_is_fully_qualified(group, group_name, mapset)) {
+ if (G_name_is_fully_qualified(group, group_name, mapset)) {
if (strcmp(mapset, G_mapset()) != 0)
G_warning(_("Unable to create signature file <%s> for subgroup <%s> "
"of group <%s> - <%s> is not current mapset"),
More information about the grass-commit
mailing list