benhoyt / inih

Simple .INI file parser in C, good for embedded systems
Other
2.46k stars 492 forks source link

Make inline comments work on subsequent lines of multiline values #140

Closed benhoyt closed 2 years ago

benhoyt commented 2 years ago

This is a bug fix that makes inih's behaviour here work as per Python's ConfigParser, which is what inih behaviour is (loosely) based on.

Thanks @silly2020 for the report. See https://github.com/benhoyt/inih/issues/120#issuecomment-1181341960