Commit c9070a5b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

-of: show delimiter between route_pre and route_post

parent bd02d95a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -306,7 +306,10 @@ sub display_result {
		}

		if ( $edata{fullroute} ) {
			print "\n" . join( "\n", $d->route ) . "\n\n";
			print "\n"
			  . join( "\n", $d->route_pre )
			  . "\n - - - -\n"
			  . join( "\n", $d->route_post ) . "\n\n";
		}
	}