mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-17 22:22:53 +08:00
be59185856
Some programs have ini files with multiple sections that have the same name, which would make it very useful to know when a new section is encountered. This patch adds this ability as an option that's enabled by setting INI_CALL_HANDLER_ON_NEW_SECTION to 1
6 lines
77 B
INI
6 lines
77 B
INI
[section1]
|
|
single1 = abc
|
|
single2 = xyz
|
|
[section1]
|
|
single1 = def
|
|
single2 = qrs |