grisp / grisp-software

Toolchain and Examples for GRISP
28 stars 5 forks source link

Support unlimited lines in libinih #32

Closed holzingk closed 6 years ago

holzingk commented 6 years ago

Updated because upstream made some changes.

We have a limited line length again, but the line buffer is growing on demand and set to 32 kByte, which should be enough for our needs.

See https://github.com/benhoyt/inih/pull/61#issuecomment-351836588