Skip to content

inih version 46

Choose a tag to compare

@benhoyt benhoyt released this 05 Oct 20:11
· 79 commits to master since this release

Add INI_ALLOW_NO_VALUE: by default, inih treats a name with no value (no = or : on the line) as an error. To allow names with no values, add -DINI_ALLOW_NO_VALUE=1, and inih will call your handler function with value set to NULL. Thanks @weltling.