summaryrefslogtreecommitdiff
path: root/chat/ickle/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ickle/patches/patch-aa')
-rw-r--r--chat/ickle/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/ickle/patches/patch-aa b/chat/ickle/patches/patch-aa
new file mode 100644
index 00000000000..f46b2d9d94c
--- /dev/null
+++ b/chat/ickle/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/04/30 00:00:19 hubertf Exp $
+--- ickle/History.cpp.orig Fri Apr 11 21:44:46 2003
++++ ickle/History.cpp Fri Apr 11 21:45:52 2003
+@@ -57,7 +57,7 @@
+ * Note the historyfile should be given relative to the current CONTACT_DIR.
+ */
+ History::History(const string &historyfile) {
+- m_filename = CONTACT_DIR + historyfile;
++ m_filename = CONTACT_DIR + "/" + historyfile;
+ m_builtindex = false;
+ m_size = 0;
+ m_streamlock = false;