mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
(performance) Prefer prefix ++/-- operators for non-primitive types
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7db16952f6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3887,7 +3887,7 @@ bool CMovieBrowser::showYTMenu(bool calledExternally)
|
||||
m_settings.ytmode = newmode;
|
||||
m_settings.ytsearch_history.push_front(search);
|
||||
std::list<std::string>::iterator it = m_settings.ytsearch_history.begin();
|
||||
it++;
|
||||
++it;
|
||||
while (it != m_settings.ytsearch_history.end()) {
|
||||
if (*it == search)
|
||||
it = m_settings.ytsearch_history.erase(it);
|
||||
|
Reference in New Issue
Block a user