[GRASS-SVN] r56588 - grass-addons/grass6/raster/r.fuzzy.system
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 4 02:19:49 PDT 2013
Author: hamish
Date: 2013-06-04 02:19:48 -0700 (Tue, 04 Jun 2013)
New Revision: 56588
Modified:
grass-addons/grass6/raster/r.fuzzy.system/map_parser.c
Log:
quote %
Modified: grass-addons/grass6/raster/r.fuzzy.system/map_parser.c
===================================================================
--- grass-addons/grass6/raster/r.fuzzy.system/map_parser.c 2013-06-04 08:42:48 UTC (rev 56587)
+++ grass-addons/grass6/raster/r.fuzzy.system/map_parser.c 2013-06-04 09:19:48 UTC (rev 56588)
@@ -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