mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
commit and see if we can get the build going again
This commit is contained in:
parent
eb19aab9a1
commit
7d7b542325
@ -155,7 +155,7 @@ namespace sol {
|
||||
if (result.pop_count() > 0) {
|
||||
stack::remove(L, target, result.pop_count());
|
||||
}
|
||||
int pushed = stack::push(L, err);
|
||||
stack::push(L, err);
|
||||
int top = lua_gettop(L);
|
||||
int towards = top - target;
|
||||
if (towards != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user