1b12bd32b7
Previously, IniFile.ReadFile created sections by checking for brackets anywhere in the line, causing issues if a value had brackets. This commit changes the section matching regex, so that only lines that begin with a bracket can become sections.