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, 0 insertions, 16 deletions
diff --git a/chat/gabber/patches/patch-aa b/chat/gabber/patches/patch-aa
deleted file mode 100644
index f86c0405e67..00000000000
--- a/chat/gabber/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$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());