[GRASS-SVN] r52174 - grass-addons/grass7/raster/r.canny

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 20 19:45:17 PDT 2012


Author: hamish
Date: 2012-06-20 19:45:16 -0700 (Wed, 20 Jun 2012)
New Revision: 52174

Modified:
   grass-addons/grass7/raster/r.canny/main.c
Log:
split strings in C don't automatically pad with whitespace

Modified: grass-addons/grass7/raster/r.canny/main.c
===================================================================
--- grass-addons/grass7/raster/r.canny/main.c	2012-06-21 02:43:07 UTC (rev 52173)
+++ grass-addons/grass7/raster/r.canny/main.c	2012-06-21 02:45:16 UTC (rev 52174)
@@ -165,7 +165,7 @@
     G_add_keyword(_("canny"));
     G_add_keyword(_("edge detection"));
     module->description =
-	_("Canny edge detector. Region shall be set to input map."
+	_("Canny edge detector. Region shall be set to input map. "
 	  "Can work only on small images since map is loaded into memory.");
 
     /* Define the different options as defined in gis.h */



More information about the grass-commit mailing list