[GRASS-SVN] r40653 - grass/branches/releasebranch_6_3/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 25 20:19:23 EST 2010


Author: neteler
Date: 2010-01-25 20:19:22 -0500 (Mon, 25 Jan 2010)
New Revision: 40653

Modified:
   grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c
Log:
missing space added

Modified: grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c	2010-01-26 01:18:48 UTC (rev 40652)
+++ grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c	2010-01-26 01:19:22 UTC (rev 40653)
@@ -320,12 +320,12 @@
     if (n_nulls > 0) {
 	if (maptype == CELL_TYPE)
 	    G_warning(_("Input raster map contains cells with NULL-value (no-data). "
-			"The value %d was used to represent no-data values in the input map."
+			"The value %d was used to represent no-data values in the input map. "
 			"You can specify nodata value by %s parameter."),
 		      (int) nodataval, nodatakey);
 	else
 	    G_warning(_("Input raster map contains cells with NULL-value (no-data). "
-			"The value %g was used to represent no-data values in the input map."
+			"The value %g was used to represent no-data values in the input map. "
 			"You can specify nodata value by %s parameter."),
 		      nodataval, nodatakey);
     }



More information about the grass-commit mailing list