Skip to content

Commit

Permalink
v.buffer: fix option name in error message (#2791)
Browse files Browse the repository at this point in the history
Fix of a leftover from 2009.
  • Loading branch information
petrasovaa committed Jan 30, 2023
1 parent 0fb05e4 commit 40f0d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.buffer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ int main(int argc, char *argv[])
cats_opt->answer);

if (bufcol_opt->answer && field == -1)
G_fatal_error(_("The bufcol option requires a valid layer."));
G_fatal_error(_("The column option requires a valid layer."));

tolerance = 0.01;
if (tol_opt->answer) {
Expand Down

0 comments on commit 40f0d19

Please sign in to comment.