From: Adam Dickmeiss Date: Wed, 19 Nov 1997 13:29:13 +0000 (+0000) Subject: Bug fix: raw-display didn't show indicators correctly. X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=d6e784b546a740266f0e3c06749444bf43cb2b48;p=egate.git Bug fix: raw-display didn't show indicators correctly. --- diff --git a/www/z39util.tcl b/www/z39util.tcl index 8aa2118..5186f29 100644 --- a/www/z39util.tcl +++ b/www/z39util.tcl @@ -1,5 +1,5 @@ # -# $Id: z39util.tcl,v 1.48 1997/02/24 10:05:20 adam Exp $ +# $Id: z39util.tcl,v 1.49 1997/11/19 13:29:13 adam Exp $ # proc saveState {} { uplevel #0 { @@ -303,7 +303,7 @@ proc display-raw {zset no setNo targetNo} { if {[string index $indicator $i] == " "} { html "-" } else { - html [string index $tag $i] + html [string index $indicator $i] } } }