Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
bee404c3
Unverified
Commit
bee404c3
authored
Dec 19, 2017
by
Philip Gladstone
Committed by
GitHub
Dec 19, 2017
Browse files
Merge pull request #2201 from bastos1505/patch-1
Thank you for this change.
parents
3747d7cb
442e3e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/file.c
View file @
bee404c3
...
...
@@ -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")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment