summaryrefslogtreecommitdiff
path: root/chat/gabber/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gabber/patches/patch-aa')
-rw-r--r--chat/gabber/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat/gabber/patches/patch-aa b/chat/gabber/patches/patch-aa
new file mode 100644
index 00000000000..f86c0405e67
--- /dev/null
+++ b/chat/gabber/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/07/10 14:16:07 agc Exp $
+
+--- src/GabberLogger.cc.orig Sat Apr 27 13:52:32 2002
++++ src/GabberLogger.cc Sat Apr 27 13:53:35 2002
+@@ -66,9 +66,9 @@
+ void GabberLogger::initdir()
+ {
+ // Ensure _logdir is terminated with a /
+- if (_logdir[_logdir.length()-1] != '/')
++// if (_logdir[_logdir.length()-1] != '/')
+ //_logdir.resize(_logdir.length() - 1);
+- _logdir += "/";
++// _logdir += "/";
+ // Replace ~ with $HOME
+ if (_logdir[0] == '~')
+ _logdir.replace(0, 1, g_get_home_dir());