[GRASS-SVN] r65565 - grass/branches/releasebranch_7_0/vector/v.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 10 10:36:14 PDT 2015
Author: martinl
Date: 2015-07-10 10:36:14 -0700 (Fri, 10 Jul 2015)
New Revision: 65565
Modified:
grass/branches/releasebranch_7_0/vector/v.colors/main.c
Log:
v.colors: reading from stdin is not supported, inform user about that
(merge r65564 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.colors/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.colors/main.c 2015-07-10 16:40:28 UTC (rev 65564)
+++ grass/branches/releasebranch_7_0/vector/v.colors/main.c 2015-07-10 17:36:14 UTC (rev 65565)
@@ -280,6 +280,7 @@
Rast_init_colors(&colors);
if (is_from_stdin) {
+ G_fatal_error(_("Reading color rules from standard input is not currently supported"));
/*
if (!read_color_rules(stdin, &colors, min, max, fp))
exit(EXIT_FAILURE);
More information about the grass-commit
mailing list