aboutsummaryrefslogtreecommitdiff
path: root/irc/bobot++/files/patch-source::ServerList.C
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bobot++/files/patch-source::ServerList.C')
-rw-r--r--irc/bobot++/files/patch-source::ServerList.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bobot++/files/patch-source::ServerList.C b/irc/bobot++/files/patch-source::ServerList.C
new file mode 100644
index 000000000000..d710d24d1e83
--- /dev/null
+++ b/irc/bobot++/files/patch-source::ServerList.C
@@ -0,0 +1,11 @@
+--- source/ServerList.C.orig Sat Nov 23 21:47:22 2002
++++ source/ServerList.C Sat Nov 23 21:47:47 2002
+@@ -40,7 +40,7 @@
+ void
+ ServerList::delServer(int n)
+ {
+- v.erase(&v[n]);
++ v.erase(v.begin() + n);
+ }
+
+ Server *