We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d14bd7 commit 0e6f217Copy full SHA for 0e6f217
main.c
@@ -81,7 +81,7 @@ static const luaL_Reg tiny_funcs[] = {
81
static int tiny_init(void)
82
{
83
int rc;
84
- char path[PATH_MAX];
+ char path[1024];
85
instead_api_register(tiny_funcs);
86
snprintf(path, sizeof(path), "%s/tiny.lua", instead_lua_path(NULL));
87
rc = instead_loadfile(path);
0 commit comments