mirror of
https://github.com/znc/znc.git
synced 2026-05-04 12:32:33 +02:00
Cleaned up more warnings.
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
else
|
||||
while (i != vsEntries.end()) {
|
||||
sRes += sKey + "=" + *i + "\n";
|
||||
i++;
|
||||
++i;
|
||||
}
|
||||
++it;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user