[GRASS-SVN] r60975 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 25 09:59:53 PDT 2014


Author: hcho
Date: 2014-06-25 09:59:53 -0700 (Wed, 25 Jun 2014)
New Revision: 60975

Modified:
   grass/trunk/lib/raster/get_cellhd.c
Log:
libraster: message cosmetics

Modified: grass/trunk/lib/raster/get_cellhd.c
===================================================================
--- grass/trunk/lib/raster/get_cellhd.c	2014-06-25 16:21:16 UTC (rev 60974)
+++ grass/trunk/lib/raster/get_cellhd.c	2014-06-25 16:59:53 UTC (rev 60975)
@@ -63,7 +63,7 @@
     if (is_reclass) {
 	fp = G_fopen_old("cellhd", real_name, real_mapset);
 	if (!fp)
-	    G_fatal_error(_("Unable to read header file for raster map <%s@%s>."
+	    G_fatal_error(_("Unable to read header file for raster map <%s@%s>. "
 			    "It is a reclass of raster map <%s@%s> %s"),
 			  name, mapset, real_name, real_mapset,
 			  !G_find_raster(real_name, real_mapset)



More information about the grass-commit mailing list