mirror of
https://github.com/znc/znc.git
synced 2026-07-04 17:01:23 +02:00
Cleaned up more warnings.
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public:
|
||||
} else {
|
||||
// Buffer playback
|
||||
vector<CS_STRING>::reverse_iterator it = m_vBuffer.rbegin();
|
||||
for (; it != m_vBuffer.rend(); it++)
|
||||
for (; it != m_vBuffer.rend(); ++it)
|
||||
ReadLine(*it);
|
||||
|
||||
m_vBuffer.clear();
|
||||
|
||||
Reference in New Issue
Block a user