From ef60238fcf3508e69fcb0259fc34154c4de0c2c8 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 28 Sep 2024 14:41:06 +0200 Subject: Looks like the backend does not care about missing spaces in stateless IDs This makes them much easier to copy-paste. Nifty! --- bin/efa-m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/efa-m b/bin/efa-m index eb78069..bb5b803 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -424,8 +424,8 @@ sub show_results { if ($show_jid) { $output_line[2] .= sprintf( ' %s@%d(%s)%d', - $d->stateless, $d->stop_id, - $d->sched_datetime->strftime('%Y%m%d'), $d->key ); + $d->stateless =~ s{ }{}gr, + $d->stop_id, $d->sched_datetime->strftime('%Y%m%d'), $d->key ); } if ( $edata{route} ) { -- cgit v1.2.3