Merge pull request #62 from JosJuice/merge-upstream

Merge remote-tracking branch 'upstream/master'
This commit is contained in:
David Liu 2020-12-02 00:26:56 -05:00 committed by GitHub
commit 0f94aa9ef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
970 changed files with 100021 additions and 88645 deletions

View file

@ -45,7 +45,7 @@ public:
std::getline(buffer, section, '.');
std::getline(buffer, key, '=');
std::getline(buffer, value, '=');
const std::optional<Config::System> system = Config::GetSystemFromName(system_str);
std::optional<Config::System> system = Config::GetSystemFromName(system_str);
if (system)
{
m_values.emplace_back(