mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
IniFile: Don't parse comments after the [Section] brackets
This is non-standard behavior. We won't fail to parse, but we now won't write them back out either.
This commit is contained in:
parent
0eaea5f4df
commit
b5c2737c9f
2 changed files with 1 additions and 7 deletions
|
@ -70,7 +70,6 @@ public:
|
|||
protected:
|
||||
std::vector<std::string> lines;
|
||||
std::string name;
|
||||
std::string comment;
|
||||
};
|
||||
|
||||
bool Load(const char* filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue