[GRASS-SVN] r56589 - grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 4 02:21:12 PDT 2013


Author: hamish
Date: 2013-06-04 02:21:12 -0700 (Tue, 04 Jun 2013)
New Revision: 56589

Modified:
   grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/map_parser.c
Log:
quote % (merge from grass6)

Modified: grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/map_parser.c
===================================================================
--- grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/map_parser.c	2013-06-04 09:19:48 UTC (rev 56588)
+++ grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/map_parser.c	2013-06-04 09:21:12 UTC (rev 56589)
@@ -39,7 +39,7 @@
 	    continue;
 
 	if (*buf != '%' && *buf != '$')
-	    G_fatal_error(_("Wrong syntax at line %d: line must start with <#>, <%> or <$> or be empty line"),
+	    G_fatal_error(_("Wrong syntax at line %d: line must start with <#>, <%%> or <$> or be empty line"),
 			  line);
 
 	if (*buf == '%') {



More information about the grass-commit mailing list