New calling conventions, start on print.cpp
This commit is contained in:
@@ -477,9 +477,9 @@ LuaDefine(table_diffapply, "c") {
|
||||
|
||||
patch_table(MLS, tangibles, mntmap, mstab, &sb);
|
||||
|
||||
MLS.call(eql, table_equal, mstab, mtab);
|
||||
bool e = MLS.ckboolean(eql);
|
||||
if (e) {
|
||||
bool eq = table_equal(MLS, mstab, mtab);
|
||||
MLS.set(eql, eq);
|
||||
if (eq) {
|
||||
MLS.set(eqlstr, "tables equal");
|
||||
} else {
|
||||
MLS.set(eqlstr, "tables were supposed to be equal");
|
||||
|
||||
Reference in New Issue
Block a user