[GRASS-SVN] r67754 - grass/trunk/vector/v.build.polylines

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 7 03:13:15 PST 2016


Author: turek
Date: 2016-02-07 03:13:14 -0800 (Sun, 07 Feb 2016)
New Revision: 67754

Modified:
   grass/trunk/vector/v.build.polylines/main.c
Log:
v.build.polylines: cats option - desc formatting fix

Modified: grass/trunk/vector/v.build.polylines/main.c
===================================================================
--- grass/trunk/vector/v.build.polylines/main.c	2016-02-07 10:43:05 UTC (rev 67753)
+++ grass/trunk/vector/v.build.polylines/main.c	2016-02-07 11:13:14 UTC (rev 67754)
@@ -128,7 +128,7 @@
     cats->options = "no,first,multi,same";
     desc = NULL;
     G_asprintf(&desc,
-	       "no;%s;first;%s;multi;%ssame;%s",
+	       "no;%s;first;%s;multi;%s;same;%s",
 	       _("Do not assign any category number to polyline"),
 	       _("Assign category number of first line to polyline"),
 	       _("Assign multiple category numbers to polyline"),



More information about the grass-commit mailing list