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