Przeglądaj źródła

v.to.rast: Print the correct option name (#1351)

Huidae Cho 4 lat temu
rodzic
commit
7074ae16e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vector/v.to.rast/vect2rast.c

+ 1 - 1
vector/v.to.rast/vect2rast.c

@@ -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)