[GRASS-SVN] r52961 - grass/branches/develbranch_6/raster/r.series

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 29 00:47:30 PDT 2012


Author: neteler
Date: 2012-08-29 00:47:29 -0700 (Wed, 29 Aug 2012)
New Revision: 52961

Modified:
   grass/branches/develbranch_6/raster/r.series/main.c
Log:
More precise error message (from i.group)

Modified: grass/branches/develbranch_6/raster/r.series/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.series/main.c	2012-08-29 07:47:26 UTC (rev 52960)
+++ grass/branches/develbranch_6/raster/r.series/main.c	2012-08-29 07:47:29 UTC (rev 52961)
@@ -190,7 +190,7 @@
     num_inputs = i;
 
     if (num_inputs < 1)
-	G_fatal_error(_("Raster map not found"));
+	G_fatal_error(_("No input raster map(s) specified"));
 
     inputs = G_malloc(num_inputs * sizeof(struct input));
 



More information about the grass-commit mailing list