summaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/net/centericq/files/patch-icqconf.cc b/net/centericq/files/patch-icqconf.cc
deleted file mode 100644
index 21c75b162f44..000000000000
--- a/net/centericq/files/patch-icqconf.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)