Explorar el Código

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 hace 11 años
padre
commit
83abfc8472
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 =
     ret =
 	Vect_net_shortest_path_coor(Map, fx, fy, 0.0, tx, ty, 0.0,
 	Vect_net_shortest_path_coor(Map, fx, fy, 0.0, tx, ty, 0.0,
 				    5 * maxdist, 5 * maxdist, &cost, Points,
 				    5 * maxdist, 5 * maxdist, &cost, Points,
-				    NULL, NULL, NULL, &fdist, &tdist);
+				    NULL, NULL, NULL, NULL, &fdist, &tdist);
     if (ret == 0) {
     if (ret == 0) {
 	fprintf(stdout, _("Destination unreachable\n"));
 	fprintf(stdout, _("Destination unreachable\n"));
     }
     }