From 1a42cf525ed8b8459d6d1de58250b4a6266bf8fc Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 4 Jan 2025 21:22:23 +0100 Subject: Adjust coord request for id -> id_code rename --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa-m b/bin/efa-m index 9002540..197378c 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -322,7 +322,7 @@ sub show_coord { printf( "%5.1f km %-${max_len}s %s\n", $stop->distance_m * 1e-3, - $stop->full_name, $stop->id + $stop->full_name, $stop->id_code ); } } -- cgit v1.2.3