Commit 5945f066 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m: Proper departure time alignment for daychanges

parent 529ef1c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
git HEAD

    * Add --platform / --line options to filter output
    * Align times properly if departure list contains a daychange

Travel::Status::DE::VRR 0.01 - Sun Sep 11 2011

+4 −1
Original line number Diff line number Diff line
@@ -87,7 +87,10 @@ sub display_result {
		}

		printf(
			join( q{  }, ( map { "%-${_}s" } @line_length ) ) . "\n",
			join( q{  },
				"%${line_length[0]}s",
				( map { "%-${_}s" } @line_length[ 1, -1 ] ) )
			  . "\n",
			@{$line}[ 0 .. 3 ]
		);
	}