Browse Source

vlib: note v.build/v.build.all module when topology format is old (https://trac.osgeo.org/grass/ticket/2386)
(merge https://trac.osgeo.org/grass/changeset/65600 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65601 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 9 years ago
parent
commit
ccc50e7850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vector/diglib/plus_struct.c

+ 1 - 1
lib/vector/diglib/plus_struct.c

@@ -537,7 +537,7 @@ int dig_Rd_Plus_head(struct gvfile * fp, struct Plus_head *ptr)
 
 
 	/* This version of GRASS lib can not read this old format */
 	/* 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."
 	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);
 		  ptr->version.topo.major, ptr->version.topo.minor);
 	return (-1);
 	return (-1);
     }
     }