mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
performance Prefer prefix ++/-- operators for non-primitive types.
This commit is contained in:
@@ -569,7 +569,7 @@ static void addNVODevent(const SIevent &evt)
|
||||
//TODO: Set Old Events to 0 if limit is reached...
|
||||
MySIeventsOrderFirstEndTimeServiceIDEventUniqueKey::iterator lastEvent =
|
||||
mySIeventsOrderFirstEndTimeServiceIDEventUniqueKey.end();
|
||||
lastEvent--;
|
||||
--lastEvent;
|
||||
|
||||
//preserve events of current channel
|
||||
readLockMessaging();
|
||||
|
Reference in New Issue
Block a user