From 020d5b8ddf6a8804f8d91fa7f52ac745947f01d7 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Mon, 17 Mar 2008 22:19:08 -0500 Subject: shouldn't be printing things here (probably left over from debugging) --- src/curses.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/curses.c b/src/curses.c index df34972..1d7a252 100644 --- a/src/curses.c +++ b/src/curses.c @@ -268,7 +268,6 @@ static int l_getch(lua_State* L) if (c == ERR) { lua_pushboolean(L, 0); lua_pushstring(L, strerror(errno)); - fprintf(stderr, "%s\n", lua_tostring(L, -1)); return 2; } -- cgit v1.2.3