From ed480f4a8f1c83bc5ba9b2afb1407b5df7f84611 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Mar 1996 16:27:03 +0000 Subject: [PATCH] Fix. --- www/z39util.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/z39util.tcl b/www/z39util.tcl index b71172d..e893729 100644 --- a/www/z39util.tcl +++ b/www/z39util.tcl @@ -1,5 +1,5 @@ # -# $Id: z39util.tcl,v 1.42 1996/03/15 14:43:45 adam Exp $ +# $Id: z39util.tcl,v 1.43 1996/03/26 16:27:03 adam Exp $ # proc saveState {} { uplevel #0 { @@ -162,7 +162,7 @@ proc display-medium {zset no setNo targetNo} { html "No Title" } html { } - if {[scan $score %d nscore]} { + if {[scan $score %d nscore] == 1} { html "; Score " $nscore } } else { -- 1.7.10.4