From f44ec37f4b59e00e5da83446d1c05ba2e948ef7f Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Fri, 28 Jan 2000 22:25:16 +0000 Subject: [PATCH] Oops, forgot this one. SVN revision: 1996 --- eesh/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eesh/main.c b/eesh/main.c index 39e6ba88..3c661bcb 100644 --- a/eesh/main.c +++ b/eesh/main.c @@ -39,7 +39,7 @@ main(int argc, char **argv) char buf[10240]; int i, j, k; fd_set fd; - char ret; + signed char ret; char *command; waitonly = 0;