[GRASS-SVN] r59614 - grass/branches/releasebranch_7_0/vector/v.out.svg
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 6 15:03:57 PDT 2014
Author: neteler
Date: 2014-04-06 15:03:56 -0700 (Sun, 06 Apr 2014)
New Revision: 59614
Modified:
grass/branches/releasebranch_7_0/vector/v.out.svg/main.c
Log:
v.out.svg: fix msg string format
Modified: grass/branches/releasebranch_7_0/vector/v.out.svg/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.out.svg/main.c 2014-04-06 22:02:55 UTC (rev 59613)
+++ grass/branches/releasebranch_7_0/vector/v.out.svg/main.c 2014-04-06 22:03:56 UTC (rev 59614)
@@ -214,7 +214,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