warning fix

This commit is contained in:
MihailRis
2024-03-03 15:11:52 +03:00
parent f64802022e
commit 19a91fd4fa
+1 -1
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) {