Skip to content
  • rswindell's avatar
    iniGet*() and ini*Exists() functions now take a str_list_t rather than a · fbae8133
    rswindell authored
    pointer to such (no pointer necessary since the list isn't modified).
    This also fixes a bugs in a couple iniGet functions that assumed the arg was
    an array of pointers to strings (rather than a pointer to an array of pointers
    to strings). Since these functions haven't been used, the bug wasn't noticed.
    Created iniGetSectionCount() (used in v4upgrade.c).
    fbae8133