mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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:
@@ -1144,7 +1144,7 @@ bool CEventList::findEvents(void)
|
||||
if(!m_search_keyword.empty()){
|
||||
g_settings.epg_search_history.push_front(m_search_keyword);
|
||||
std::list<std::string>::iterator it = g_settings.epg_search_history.begin();
|
||||
it++;
|
||||
++it;
|
||||
while (it != g_settings.epg_search_history.end()) {
|
||||
if (*it == m_search_keyword)
|
||||
it = g_settings.epg_search_history.erase(it);
|
||||
|
Reference in New Issue
Block a user