[GRASS-SVN] r52958 - grass/branches/releasebranch_6_4/raster/r.series

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 29 00:41:01 PDT 2012


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

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

Modified: grass/branches/releasebranch_6_4/raster/r.series/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.series/main.c	2012-08-29 07:36:20 UTC (rev 52957)
+++ grass/branches/releasebranch_6_4/raster/r.series/main.c	2012-08-29 07:41:00 UTC (rev 52958)
@@ -199,7 +199,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