[GRASS-SVN] r65564 - grass/trunk/vector/v.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 10 09:40:28 PDT 2015
Author: martinl
Date: 2015-07-10 09:40:28 -0700 (Fri, 10 Jul 2015)
New Revision: 65564
Modified:
grass/trunk/vector/v.colors/main.c
Log:
v.colors: reading from stdin is not supported, inform user about that
Modified: grass/trunk/vector/v.colors/main.c
===================================================================
--- grass/trunk/vector/v.colors/main.c 2015-07-10 13:54:56 UTC (rev 65563)
+++ grass/trunk/vector/v.colors/main.c 2015-07-10 16:40:28 UTC (rev 65564)
@@ -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