summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib.c')
-rw-r--r--apps/plugins/lua/rocklib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib.c b/apps/plugins/lua/rocklib.c
index 6820c30dc3..a33fdf7170 100644
--- a/apps/plugins/lua/rocklib.c
+++ b/apps/plugins/lua/rocklib.c
@@ -152,7 +152,7 @@ RB_WRAP(kbd_input)
152 else 152 else
153 buffer[0] = '\0'; 153 buffer[0] = '\0';
154 154
155 if(!rb->kbd_input(buffer, LUAL_BUFFERSIZE)) 155 if(!rb->kbd_input(buffer, LUAL_BUFFERSIZE, NULL))
156 { 156 {
157 luaL_addstring(&b, buffer); 157 luaL_addstring(&b, buffer);
158 luaL_pushresult(&b); 158 luaL_pushresult(&b);