aboutsummaryrefslogtreecommitdiffstats
path: root/net/centericq/files/patch-icqconf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/centericq/files/patch-icqconf.cc')
-rw-r--r--net/centericq/files/patch-icqconf.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/centericq/files/patch-icqconf.cc b/net/centericq/files/patch-icqconf.cc
new file mode 100644
index 00000000000..21c75b162f4
--- /dev/null
+++ b/net/centericq/files/patch-icqconf.cc
@@ -0,0 +1,11 @@
+--- src/icqconf.cc.orig Wed Oct 1 08:27:45 2003
++++ src/icqconf.cc Wed Oct 8 17:28:21 2003
+@@ -270,7 +270,7 @@
+ if(getantispam()) f << "antispam" << endl;
+ if(getmailcheck()) f << "mailcheck" << endl;
+ if(getaskaway()) f << "askaway" << endl;
+- f << "defcharset" << getdefcharset() << endl;
++ f << "defcharset\t" << getdefcharset() << endl;
+
+ param = "";
+ for(protocolname pname = icq; pname != protocolname_size; (int) pname += 1)