These were being printed to stdout instead of in the intended place
@@ -304,10 +304,10 @@ void PrintConstant(const Proto* f, int i)
print("nil");
break;
case LUA_VFALSE:
- printf("false");
+ print("false");
case LUA_VTRUE:
- printf("true");
+ print("true");
case LUA_VNUMFLT:
{