Skip to content

Commit

Permalink
v.to.rast: Print the correct option name (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Feb 17, 2021
1 parent 437d55c commit 7074ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.to.rast/vect2rast.c
Expand Up @@ -71,7 +71,7 @@ int vect_to_rast(const char *vector_map, const char *raster_map, const char *fie

ctype = cvarr.ctype;
if (ctype != DB_C_TYPE_INT && ctype != DB_C_TYPE_DOUBLE)
G_fatal_error(_("Column type (%s) not supported (did you mean 'labelcolumn'?)"),
G_fatal_error(_("Column type (%s) not supported (did you mean 'label_column'?)"),
db_sqltype_name(ctype));

if (nrec < 0)
Expand Down

0 comments on commit 7074ae1

Please sign in to comment.