[GRASS-SVN] r30628 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 19 02:31:29 EDT 2008


Author: hamish
Date: 2008-03-19 02:31:28 -0400 (Wed, 19 Mar 2008)
New Revision: 30628

Modified:
   grass/trunk/lib/gis/color_rules.c
Log:
put string in bracket so you can see if it contains a newline, etc.  see also r30625

Modified: grass/trunk/lib/gis/color_rules.c
===================================================================
--- grass/trunk/lib/gis/color_rules.c	2008-03-19 01:24:04 UTC (rev 30627)
+++ grass/trunk/lib/gis/color_rules.c	2008-03-19 06:31:28 UTC (rev 30628)
@@ -148,7 +148,8 @@
 	if (ret == 0)
 	    return 1;
 
-	G_fatal_error(_("bad rule (%s): %s"), G_parse_color_rule_error(ret), buf);
+	G_fatal_error(_("bad rule (%s): [%s]"),
+	     G_parse_color_rule_error(ret), buf);
     }
 
     return 0;



More information about the grass-commit mailing list