Skip to content
Snippets Groups Projects
Commit 0e530dc3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

hafas-m: fix message display for non-repeated messages

parent 3438d97b
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,10 @@ sub display_result { ...@@ -154,7 +154,10 @@ sub display_result {
print "\n"; print "\n";
$first_message = 0; $first_message = 0;
} }
printf( "# %s\n", $msg ); printf( "# %s\n", $msg->{header} );
if ( $msg->{lead} ) {
printf( "# %s\n", $msg->{lead} );
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment