X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=appendix-a6.git;a=blobdiff_plain;f=compute;h=38ad31b6f0ef85dd4d6aefd135dc3e40d1d74da5;hp=b4d802bb78f5169e86b4e7ffb3a86d211ac11a92;hb=d7b1f7e0563948d004be2035c2acaf5045223b4f;hpb=29b4c9a0422ea7a0ced9f79d72f7712c2098ed76 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}"; }