chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d1d89
)
fix typo
author
ian
<ian>
Sun, 1 Jun 2008 23:48:50 +0000
(23:48 +0000)
committer
ian
<ian>
Sun, 1 Jun 2008 23:48:50 +0000
(23:48 +0000)
hostside/multiplex
patch
|
blob
|
history
diff --git
a/hostside/multiplex
b/hostside/multiplex
index 94fad130718ad578c91dc823d380efe0d8255c65..92ad47325ae03ff03d419bde9faa8bb16fa4a0c4 100755
(executable)
--- a/
hostside/multiplex
+++ b/
hostside/multiplex
@@
-110,7
+110,7
@@
proc savereplay-clear {pk} {
proc savereplay-clear-re {re} { # re is anchored at start
global replay
if {![info exists replay]} return
- foreac
k
pk [array names replay] {
+ foreac
h
pk [array names replay] {
if {[regexp -- ^$re $pk]} { unset replay($pk) }
}
}