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:
cd0b5a1
)
bugfix
author
ian
<ian>
Thu, 5 Jan 2006 14:07:04 +0000
(14:07 +0000)
committer
ian
<ian>
Thu, 5 Jan 2006 14:07:04 +0000
(14:07 +0000)
hostside/stopgap-controller
patch
|
blob
|
history
diff --git
a/hostside/stopgap-controller
b/hostside/stopgap-controller
index 12959e7fc414a65e72116cb3ede0de3a6ae62d23..45de0e8ab274f8478de597f59c73f9526c2958c5 100755
(executable)
--- a/
hostside/stopgap-controller
+++ b/
hostside/stopgap-controller
@@
-191,8
+191,8
@@
proc pt_maybe {point oneisright} {
debug "leave point $point pos=$pos manual"
return
} else {
- debug "fixed point $point pos=$pos"
set pos $pointasked
+ debug "fixed point $point pos=$pos"
}
pt_must $point $pos
}