From: Ian Jackson Date: Wed, 15 Apr 2015 12:48:43 +0000 (+0100) Subject: Fix label to have bare node name X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=appendix-a6.git;a=commitdiff_plain;h=d7b1f7e0563948d004be2035c2acaf5045223b4f;hp=29b4c9a0422ea7a0ced9f79d72f7712c2098ed76 Fix label to have bare node name --- diff --git a/compute b/compute index b4d802b..38ad31b 100755 --- a/compute +++ b/compute @@ -430,7 +430,7 @@ printf " %-5s %s\n", $_, $choices{$_}{Desc} if (defined $gfile) { foreach my $cho (values %choices) { my $chn = $choices[$cho->{Index}]; - my $label = "\\N\n$cho->{Desc}"; + my $label = "\\$chn\n$cho->{Desc}"; if ($cho->{Dropped}) { $label .= "\nDropped: $cho->{Dropped}"; }