Browse Source

d.path: Vect_net update for https://trac.osgeo.org/grass/changeset/59562

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59564 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 11 years ago
parent
commit
83abfc8472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display/d.path/select.c

+ 1 - 1
display/d.path/select.c

@@ -117,7 +117,7 @@ int coor_path(struct Map_info *Map, const struct color_rgb *hcolor,
     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"));
     }