commit and see if we can get the build going again

This commit is contained in:
ThePhD 2018-04-17 13:04:35 -04:00
parent eb19aab9a1
commit 7d7b542325

View File

@ -155,7 +155,7 @@ namespace sol {
if (result.pop_count() > 0) { if (result.pop_count() > 0) {
stack::remove(L, target, result.pop_count()); stack::remove(L, target, result.pop_count());
} }
int pushed = stack::push(L, err); stack::push(L, err);
int top = lua_gettop(L); int top = lua_gettop(L);
int towards = top - target; int towards = top - target;
if (towards != 0) { if (towards != 0) {