From 518b3fee7dd0b6a95aa2fd3c58e72c9a517b6a99 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 7 Jul 2008 02:32:35 +0200 Subject: Fix a warning when compiling on Mac OS X. --- MLKReadEvalPrintLoop.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKReadEvalPrintLoop.m') diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m index ed073e7..8370f35 100644 --- a/MLKReadEvalPrintLoop.m +++ b/MLKReadEvalPrintLoop.m @@ -104,7 +104,7 @@ static const char *prompt (EditLine *e) { while (1) { const char *line; - ssize_t line_length; + int line_length; line = el_gets (editline, &line_length); -- cgit v1.2.3