mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 06:05:41 -04:00
LayeredSettingsInterface: Fix reversed section/key
This commit is contained in:
parent
b0d685ede5
commit
e63b2eec38
@ -139,7 +139,7 @@ bool LayeredSettingsInterface::ContainsValue(const char* section, const char* ke
|
||||
{
|
||||
if (SettingsInterface* sif = m_layers[layer]; sif != nullptr)
|
||||
{
|
||||
if (sif->ContainsValue(key, section))
|
||||
if (sif->ContainsValue(section, key))
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user