From 0ff6783d7f0f8822f61116e6da4318d737b2cb74 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 18 Mar 2008 09:11:21 -0500 Subject: oops, too much copy/pasting --- src/curses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/curses.c b/src/curses.c index b1bdb14..23a0a69 100644 --- a/src/curses.c +++ b/src/curses.c @@ -548,7 +548,7 @@ static int l_insdelln(lua_State* L) n = luaL_checkinteger(L, 1); - lua_pushboolean(L, (insertln() == OK)); + lua_pushboolean(L, (insdelln(n) == OK)); return 1; } -- cgit v1.2.3-54-g00ecf