You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A further enhancement would be if the INI_CALLBACK handler is first called with section set to section and key set to NULL, and in the subsequent call with section set to subsection and key set to key. This way the application would actually be notified about the section hierarchy.
If an INI file contains a "subsection", then in the
INI_CALLBACK
handler the section name is kind of unexpected. For example in the simple exampleit is
[subsection
, thus it seems minIni looks for the first right bracket.The text was updated successfully, but these errors were encountered: