[GRASS-SVN] r59564 - grass/trunk/display/d.path

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 2 14:29:27 PDT 2014


Author: turek
Date: 2014-04-02 14:29:27 -0700 (Wed, 02 Apr 2014)
New Revision: 59564

Modified:
   grass/trunk/display/d.path/select.c
Log:
d.path: Vect_net update for r59562

Modified: grass/trunk/display/d.path/select.c
===================================================================
--- grass/trunk/display/d.path/select.c	2014-04-02 21:27:16 UTC (rev 59563)
+++ grass/trunk/display/d.path/select.c	2014-04-02 21:29:27 UTC (rev 59564)
@@ -117,7 +117,7 @@
     ret =
 	Vect_net_shortest_path_coor(Map, fx, fy, 0.0, tx, ty, 0.0,
 				    5 * maxdist, 5 * maxdist, &cost, Points,
-				    NULL, NULL, NULL, &fdist, &tdist);
+				    NULL, NULL, NULL, NULL, &fdist, &tdist);
     if (ret == 0) {
 	fprintf(stdout, _("Destination unreachable\n"));
     }



More information about the grass-commit mailing list