summaryrefslogtreecommitdiff
path: root/chat/ickle/patches/patch-aa
blob: f46b2d9d94c305c5247b661147739c7342b9f6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;