fix sh/c/n
authorminima <minima>
Sat, 9 Jun 2001 03:16:58 +0000 (03:16 +0000)
committerminima <minima>
Sat, 9 Jun 2001 03:16:58 +0000 (03:16 +0000)
cmd/show/configuration.pl

index 95211a0ff3586d6ce6b081f4daac52f5994092ab..f563b6ae38b4f07df1022477b746488a70403074 100644 (file)
@@ -34,8 +34,8 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                                push @l, "";
                                $i = 0;
                        }
-                       my $s = $call->{call};
-                       $s = sprintf "(%s)", $s if $call->{here} == 0;
+                       my $s = $call->call;
+                       $s = sprintf "(%s)", $s unless $call->here;
                        push @l, $s;
                        $i++;
                }