[GRASS-SVN] r65601 - grass/branches/releasebranch_7_0/lib/vector/diglib

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 17 01:01:59 PDT 2015


Author: martinl
Date: 2015-07-17 01:01:59 -0700 (Fri, 17 Jul 2015)
New Revision: 65601

Modified:
   grass/branches/releasebranch_7_0/lib/vector/diglib/plus_struct.c
Log:
vlib: note v.build/v.build.all module when topology format is old (#2386)
      (merge r65600 from trunk)


Modified: grass/branches/releasebranch_7_0/lib/vector/diglib/plus_struct.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/diglib/plus_struct.c	2015-07-17 07:40:10 UTC (rev 65600)
+++ grass/branches/releasebranch_7_0/lib/vector/diglib/plus_struct.c	2015-07-17 08:01:59 UTC (rev 65601)
@@ -537,7 +537,7 @@
 
 	/* This version of GRASS lib can not read this old format */
 	G_warning(_("Old topology format version %d.%d is not supported by this release."
-		    " Try to rebuild topology."),
+		    " Try to rebuild topology using v.build or v.build.all module."),
 		  ptr->version.topo.major, ptr->version.topo.minor);
 	return (-1);
     }



More information about the grass-commit mailing list