-
- Downloads
Fix "off-by-one" error in File.readln() and readAll() with regards to the
'maxlen' argument. E.g. passing 10 would result in a maximum read string length of 9 characters.
Loading
Please register or sign in to comment
'maxlen' argument. E.g. passing 10 would result in a maximum read string length of 9 characters.