projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4968468
)
Fix.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Mar 1996 16:27:03 +0000
(16:27 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Mar 1996 16:27:03 +0000
(16:27 +0000)
www/z39util.tcl
patch
|
blob
|
history
diff --git
a/www/z39util.tcl
b/www/z39util.tcl
index
b71172d
..
e893729
100644
(file)
--- 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 {</a> }
- if {[scan $score %d nscore]} {
+ if {[scan $score %d nscore] == 1} {
html "; Score " $nscore
}
} else {