mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(macOS) Fixed a Clang compiler warning.
This commit is contained in:
parent
c60481c7b4
commit
bc6d962503
|
@ -553,7 +553,7 @@ bool GuiScraperSearch::input(InputConfig* config, Input input)
|
||||||
// mode and there are less than 2 search results.
|
// mode and there are less than 2 search results.
|
||||||
if (!mAcceptedResult && config->isMappedTo("y", input) && input.value != 0) {
|
if (!mAcceptedResult && config->isMappedTo("y", input) && input.value != 0) {
|
||||||
if (mSearchType != ACCEPT_SINGLE_MATCHES ||
|
if (mSearchType != ACCEPT_SINGLE_MATCHES ||
|
||||||
mSearchType == ACCEPT_SINGLE_MATCHES && mScraperResults.size() > 1) {
|
(mSearchType == ACCEPT_SINGLE_MATCHES && mScraperResults.size() > 1)) {
|
||||||
openInputScreen(mLastSearch);
|
openInputScreen(mLastSearch);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue