From bd5d018a7e94654ed12c704e24a9a9152cb1f843 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 6 Jun 2008 20:59:11 +0000 Subject: [PATCH] fix eof handler --- hostside/gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.30.2