diff options
Diffstat (limited to 'ldebug.c')
| -rw-r--r-- | ldebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -291,7 +291,7 @@ static int nextline (const Proto *p, int currentline, int pc) { | |||
| 291 | 291 | ||
| 292 | static void collectvalidlines (lua_State *L, Closure *f) { | 292 | static 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 { |
