packages/net/znc/patches/900-remove_cpp11_usage.patch
Jonas Gorski 272014632f znc: update to 1.4
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-07-19 17:20:36 +02:00

13 lines
331 B
Diff

diff --git a/modules/certauth.cpp b/modules/certauth.cpp
index 61e5687..4857d59 100644
--- a/modules/certauth.cpp
+++ b/modules/certauth.cpp
@@ -204,7 +204,7 @@ public:
return;
}
- SCString::const_iterator it2 = it->second.begin();
+ SCString::iterator it2 = it->second.begin();
while (id > 1) {
++it2;
id--;