aboutsummaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldebug.c b/ldebug.c
index 2665ec7b..5293ccb9 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -291,7 +291,7 @@ static int nextline (const Proto *p, int currentline, int pc) {
291 291
292static void collectvalidlines (lua_State *L, Closure *f) { 292static void collectvalidlines (lua_State *L, Closure *f) {
293 if (!LuaClosure(f)) { 293 if (!LuaClosure(f)) {
294 setnilvalue(s2v(L->top.p)); 294 setnilvalue2s(L->top.p);
295 api_incr_top(L); 295 api_incr_top(L);
296 } 296 }
297 else { 297 else {