[GRASS-SVN] r65600 - grass/trunk/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 17 00:40:10 PDT 2015
Author: martinl
Date: 2015-07-17 00:40:10 -0700 (Fri, 17 Jul 2015)
New Revision: 65600
Modified:
grass/trunk/lib/vector/diglib/plus_struct.c
Log:
vlib: note v.build/v.build.all module when topology format is old (#2386)
Modified: grass/trunk/lib/vector/diglib/plus_struct.c
===================================================================
--- grass/trunk/lib/vector/diglib/plus_struct.c 2015-07-16 12:39:51 UTC (rev 65599)
+++ grass/trunk/lib/vector/diglib/plus_struct.c 2015-07-17 07:40:10 UTC (rev 65600)
@@ -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