mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
A bunch of trivial changes to fix clang warnings.
This commit is contained in:
@ -45,7 +45,7 @@ const std::string SettingsHandler::GetValue(const std::string key)
|
||||
else
|
||||
{
|
||||
toFind = key + "=";
|
||||
size_t found = decoded.find(toFind);
|
||||
found = decoded.find(toFind);
|
||||
if (found == 0)
|
||||
{
|
||||
size_t delimFound = decoded.find(delim, found + toFind.length());
|
||||
|
Reference in New Issue
Block a user