# # # patch "lua.cc" # from [e78a6becfadc4f285ca576ae499120b9cae74873] # to [fe4345d9eb0e3229e3cf2efd48dbbbc7fc37250c] # ============================================================ --- lua.cc e78a6becfadc4f285ca576ae499120b9cae74873 +++ lua.cc fe4345d9eb0e3229e3cf2efd48dbbbc7fc37250c @@ -100,7 +100,7 @@ Lua::check_stack(int count) { if (!lua_checkstack(st, count)) { - fail((F("lua stack limit '%d' reached") % LUAI_MAXCSTACK).str()); + fail((FL("lua stack limit '%d' reached") % LUAI_MAXCSTACK).str()); return false; } return true;