X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=appendix-a6.git;a=blobdiff_plain;f=compute;h=bd9ed7c6ab9e0b01d9a89f4cdcff95eed7ec6c07;hp=bb2f2ecf88c3da3daf8735f78272ecdc27660b5b;hb=1122e7324c0992bfc7d463a6708546af68dfb70c;hpb=36928c5e0556b62575c7d1a5849834297a678213 diff --git a/compute b/compute index bb2f2ec..bd9ed7c 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 = "\\$chn\n$cho->{Desc}"; + my $label = "$chn\n$cho->{Desc}"; if ($cho->{Dropped}) { $label .= "\nDropped: $cho->{Dropped}"; }