Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 8, 2024
1 parent 1723a91 commit 3a03eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luadebug/rdebug_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ namespace luadebug::visitor {
luadbg_pushfstring(L, "%p", lua_topointer(hL, -1));
}
lua_pop(hL, 1);
return 1;
return 2;
}

static int visitor_equal(luadbg_State* L, lua_State* hL, protected_area& area) {
Expand Down

0 comments on commit 3a03eb5

Please sign in to comment.