diff options
| author | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
| commit | ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 (patch) | |
| tree | 60e29dbb01635dc9a94e02709520baea1b63d5fe /src/net/luai.c | |
| parent | b392bec30ebdd4c84446623193b82531b8001b88 (diff) | |
errors and then,, yknow fix them
Diffstat (limited to 'src/net/luai.c')
| -rw-r--r-- | src/net/luai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/luai.c b/src/net/luai.c index 205f217..ac9e090 100644 --- a/src/net/luai.c +++ b/src/net/luai.c @@ -49,7 +49,6 @@ int rolling_file_parse(lua_State* L, int* files_idx, int* body_idx, char* buffer str* boundary_id = (str*)parray_get(content, "_boundary_id"); int* dash_count = (int*)parray_get(content, "_dash_count"); int* table_idx = (int*)parray_get(content, "_table_idx");*/ - int override = 0; //time_start(start) if(content.status == _ignore){ |
