stevemarple / IniFile

Arduino library to parse ini files.
GNU Lesser General Public License v2.1
87 stars 45 forks source link

Unexpected behavior with keyvalue not having '\0' #16

Closed FinnZippo closed 5 years ago

FinnZippo commented 6 years ago

If the very last line in the ini file is not ended with an LF or CRLF, the Arduino sketch can behave unexpectedly.

stevemarple commented 5 years ago

Please ensure the last line is correctly terminated.