mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -0,0 +1,13 @@
|
||||
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--;
|
||||
Reference in New Issue
Block a user