From 80a1eda63f99f5be09f0d4474c2238bfd5d508d2 Mon Sep 17 00:00:00 2001 From: ddouthitt Date: Fri, 12 Oct 2001 04:36:18 +0000 Subject: [PATCH] Fixed a bug that (almost) got away.... --- server/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/input.c b/server/input.c index 7906613..3574c9e 100644 --- a/server/input.c +++ b/server/input.c @@ -100,7 +100,7 @@ handle_input () int key; screen *s; //widget *w; - //client *c; + client *c; if ((key = lcd_ptr->getkey ()) == 0) return 0;