Bug#1104270: marked as done (unblock: routino/3.4.3-1) (3/3)
From
Debian Bug Tracking System@21:1/5 to
Bas Couwenberg on Wed Apr 30 08:20:01 2025
[continued from previous message]
it under the terms of the GNU Affero General Public License as published by @@ -625,7 +625,7 @@
results[nresults]=CalculateRoute(OSMNodes,OSMSegments,OSMWays,OSMRelations,profile,start_node,join_segment,finish_node,start_waypoint,finish_waypoint);
if(!results[nresults])
- exit(EXIT_FAILURE);
+ exit(EXIT_FAILURE); /* no message because one printed in route calculator */
join_segment=results[nresults]->last_segment;
@@ -648,7 +648,7 @@
results[nresults]=CalculateRoute(OSMNodes,OSMSegments,OSMWays,OSMRelations,profile,start_node,join_segment,finish_node,start_waypoint,finish_waypoint);
if(!results[nresults])
- exit(EXIT_FAILURE);
+ exit(EXIT_FAILURE); /* no message because one printed in route calculator */
nresults++;
}
diff -Nru routino-3.4.2/src/sorting.c routino-3.4.3/src/sorting.c
--- routino-3.4.2/src/sorting.c 2023-07-16 17:50:20.000000000 +0200
+++ routino-3.4.3/src/sorting.c 2025-04-08 19:52:05.000000000 +0200
@@ -3,7 +3,7 @@
Part of the Routino routing software.
******************/ /******************
- This file Copyright 2009-2015, 2017, 2019, 2023 Andrew M. Bishop
+ This file Copyright 2009-2015, 2017, 2019, 2023, 2025 Andrew M. Bishop
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by @@ -921,7 +921,7 @@
fds[i]=ReOpenFileBuffered(filename);
- DeleteFile(filename);
+ DeleteFileBuffered(filename);
}
/* Fill the heap to start with */
diff -Nru routino-3.4.2/src/uncompress.c routino-3.4.3/src/uncompress.c
--- routino-3.4.2/src/uncompress.c 2015-06-09 19:48:56.000000000 +0200
+++ routino-3.4.3/src/uncompress.c 2025-04-05 17:31:33.000000000 +0200
@@ -3,7 +3,7 @@
Part of the Routino routing software.
******************/ /**********