mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
performance Prefer prefix ++/-- operators for non-primitive types.
This commit is contained in:
@@ -357,7 +357,7 @@ CTimerd::TimerList CTimerdClient::getOverlappingTimers(time_t& startTime, time_t
|
||||
getRecordingSafety(timerPre,timerPost);
|
||||
|
||||
for (CTimerd::TimerList::iterator it = timerlist.begin();
|
||||
it != timerlist.end();it++)
|
||||
it != timerlist.end();++it)
|
||||
{
|
||||
if(it->stopTime != 0 && stopTime != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user