summaryrefslogtreecommitdiff
path: root/chat/gabber/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gabber/patches/patch-ab')
-rw-r--r--chat/gabber/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/gabber/patches/patch-ab b/chat/gabber/patches/patch-ab
new file mode 100644
index 00000000000..b8e9977e11d
--- /dev/null
+++ b/chat/gabber/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/07/10 14:16:07 agc Exp $
+
+--- src/MessageManager.cc.orig Sat Apr 27 13:54:46 2002
++++ src/MessageManager.cc Sat Apr 27 13:54:54 2002
+@@ -424,8 +424,8 @@
+ void MessageManager::initdir()
+ {
+ // Ensure _logdir is terminated with a /
+- if (_spool[_spool.length()-1] != '/')
+- _spool += "/";
++// if (_spool[_spool.length()-1] != '/')
++// _spool += "/";
+ // Replace ~ with $HOME
+ if (_spool[0] == '~')
+ _spool.replace(0, 1, g_get_home_dir());