From fe34dba430375e498ef46f82730795af229cee49 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 28 Aug 2010 14:33:11 +0100 Subject: [PATCH] where-vessels: correctly display now-unsmashed but previously-smashed sizes --- yarrg/where-vessels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/where-vessels b/yarrg/where-vessels index 2a946ef..eacde3a 100755 --- a/yarrg/where-vessels +++ b/yarrg/where-vessels @@ -630,7 +630,7 @@ proc smash-code {code} { proc smash-prepare {} { global vc_codes smash_sizemap smash_size smash_sizeinexact set mapto {} - catch { unset smash_sizeplus } + catch { unset smash_sizeinexact } foreach size $vc_codes { if {!$smash_size($size)} { set mapto $size -- 2.30.2