projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acf7de
)
Bug fix: raw-display didn't show indicators correctly.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Nov 1997 13:29:13 +0000
(13:29 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Nov 1997 13:29:13 +0000
(13:29 +0000)
www/z39util.tcl
patch
|
blob
|
history
diff --git
a/www/z39util.tcl
b/www/z39util.tcl
index
8aa2118
..
5186f29
100644
(file)
--- 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]
}
}
}