Unverified Commit bee404c3 authored by Philip Gladstone's avatar Philip Gladstone Committed by GitHub
Browse files

Merge pull request #2201 from bastos1505/patch-1

Thank you for this change.
parents 3747d7cb 442e3e2e
......@@ -477,7 +477,7 @@ static int file_readline( lua_State* L )
{
GET_FILE_OBJ;
return file_g_read(L, LUAL_BUFFERSIZE, '\n', fd);
return file_g_read(L, FILE_READ_CHUNK, '\n', fd);
}
// Lua: write("string")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment