Sfoglia il codice sorgente

imagerylib: fix function name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49763 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 anni fa
parent
commit
0feb21f1f8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/imagery/sigsetfile.c

+ 1 - 1
lib/imagery/sigsetfile.c

@@ -36,7 +36,7 @@ FILE *I_fopen_sigset_file_new(const char *group, const char *subgroup,
     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"),