From: ian Date: Fri, 6 Jun 2008 20:59:11 +0000 (+0000) Subject: fix eof handler X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=bd5d018a7e94654ed12c704e24a9a9152cb1f843;p=trains.git fix eof handler --- diff --git a/hostside/gui b/hostside/gui index afcfb30..fcb22a9 100755 --- a/hostside/gui +++ b/hostside/gui @@ -397,7 +397,7 @@ proc gui-pipe-readable {args} { #---------- train set events of general interest, and setup ---------- -proc train-event-eof {} { +proc train-event-eof {args} { error "lost connection to train set" }