[GRASS-SVN] r59630 - grass/branches/develbranch_6/vector/v.out.svg

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 7 13:54:35 PDT 2014


Author: neteler
Date: 2014-04-07 13:54:35 -0700 (Mon, 07 Apr 2014)
New Revision: 59630

Modified:
   grass/branches/develbranch_6/vector/v.out.svg/main.c
Log:
v.out.svg: fix msg string format

Modified: grass/branches/develbranch_6/vector/v.out.svg/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.out.svg/main.c	2014-04-07 13:37:38 UTC (rev 59629)
+++ grass/branches/develbranch_6/vector/v.out.svg/main.c	2014-04-07 20:54:35 UTC (rev 59630)
@@ -218,7 +218,7 @@
     /* extract areas if any or requested */
     if (type == TYPE_POLY) {
 	if (Vect_get_num_areas(&In) == 0) {
-	    G_warning(_("No areas found, skipping %"), "type=poly");
+	    G_warning(_("No areas found, skipping %s"), "type=poly");
 	}
 	else {
             int nareas;



More information about the grass-commit mailing list