[GRASS-SVN] r65695 - grass/branches/releasebranch_7_0/raster/r.spread
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 04:00:14 PDT 2015
Author: neteler
Date: 2015-07-20 04:00:14 -0700 (Mon, 20 Jul 2015)
New Revision: 65695
Modified:
grass/branches/releasebranch_7_0/raster/r.spread/main.c
Log:
r.spread: remove unused variable from msg
Modified: grass/branches/releasebranch_7_0/raster/r.spread/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.spread/main.c 2015-07-20 10:59:56 UTC (rev 65694)
+++ grass/branches/releasebranch_7_0/raster/r.spread/main.c 2015-07-20 11:00:14 UTC (rev 65695)
@@ -544,7 +544,7 @@
/* values lower then zero does not make sense for time */
if (start_is_time && start_range_min < 0)
G_fatal_error(_("Minimum of start raster map is less than zero"
- " (%d < 0)"), start_range_min, init_time);
+ " (%d < 0)"), start_range_min);
/* Initialize the heap */
heap =
More information about the grass-commit
mailing list