[GRASS-SVN] r70628 - grass/trunk/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 19 13:50:15 PST 2017


Author: hcho
Date: 2017-02-19 13:50:15 -0800 (Sun, 19 Feb 2017)
New Revision: 70628

Modified:
   grass/trunk/vector/v.distance/main.c
Log:
v.distance: message consistency

Modified: grass/trunk/vector/v.distance/main.c
===================================================================
--- grass/trunk/vector/v.distance/main.c	2017-02-19 21:47:27 UTC (rev 70627)
+++ grass/trunk/vector/v.distance/main.c	2017-02-19 21:50:15 UTC (rev 70628)
@@ -304,7 +304,7 @@
      * dmax= because count may not be nfrom^2. Needs to populate Near[] fully
      * even if some near features are not found */
     if (print_as_matrix && (min >= 0 || max >= 0))
-	G_fatal_error(_("Printing distance matrix not supported with dmin= or dmax="));
+	G_fatal_error(_("Printing distance matrix is not supported with dmin= or dmax="));
 
     /* alloc */
     Upload = (UPLOAD *) G_calloc(i + 1, sizeof(UPLOAD));



More information about the grass-commit mailing list