warning fix

This commit is contained in:
MihailRis 2024-02-29 13:24:43 +03:00
parent 8d139b56c7
commit a1f313bedc

View File

@ -137,7 +137,7 @@ int l_file_write_bytes(lua_State* L) {
bytesIndex--;
int i = 1;
size_t i = 1;
while(lua_next(L, bytesIndex) != 0) {
if(i >= len) {