From a98580704baeea87e9fcfe84838bd9bc2a28e57d Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 20 Jan 2003 17:21:03 +0000 Subject: [PATCH] fix typo --- cmd/show/station.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/show/station.pl b/cmd/show/station.pl index 68a14375..868ebda9 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -70,7 +70,7 @@ if (@f <= 2 && uc $f[0] eq 'ALL') { } my $cref = Route::get($call); - my $seek = $cref->isa('Route::Node') ? $call : join(',', $ref->parents) if $cref; + my $seek = $cref->isa('Route::Node') ? $call : join(',', $cref->parents) if $cref; if ($seek) { push @out, "User : $call (at $seek)"; -- 2.34.1