Skip to content

Commit

Permalink
Remove "in GRASS 7"
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho authored Dec 6, 2023
1 parent 5adef9f commit 0253238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gis/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ void set_flag(int f)
flag = flag->next_flag;
}

/* First, check if key has been renamed in GRASS 7 */
/* First, check if key has been renamed */
G_asprintf(&key, "-%c", f);
renamed_key = get_renamed_option(key);
G_free(key);
Expand Down Expand Up @@ -1223,7 +1223,7 @@ void set_option(const char *string)
if (found)
opt = matches[0];

/* First, check if key has been renamed in GRASS 7 */
/* First, check if key has been renamed */
if (found == 0) {
const char *renamed_key = NULL;

Expand Down

0 comments on commit 0253238

Please sign in to comment.