aboutsummaryrefslogtreecommitdiff
path: root/net/ntalk/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
commit035646ee650e1641b2dac43a8404e423cd35d273 (patch)
tree7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/ntalk/files
parentf16b849c4671eacb126151d92724af34e2424797 (diff)
Notes
Diffstat (limited to 'net/ntalk/files')
-rw-r--r--net/ntalk/files/patch-ntalk.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/ntalk/files/patch-ntalk.cpp b/net/ntalk/files/patch-ntalk.cpp
deleted file mode 100644
index d9d3324687bd..000000000000
--- a/net/ntalk/files/patch-ntalk.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- ntalk.cpp.orig Wed Oct 23 17:27:37 2002
-+++ ntalk.cpp Wed Oct 23 17:31:54 2002
-@@ -44,6 +44,8 @@
- #define WHOIS "10"
- #define SRVMESSAGE "11"
-
-+using namespace std;
-+
-
- struct color {
- int you;
-@@ -341,7 +343,7 @@
- a = count(msg.begin(), msg.end(), ';');
- for(x = 0; x < a; x++)
- {
-- msg.replace(msg.find(';'), 1, '\n');
-+ msg.replace(msg.find(';'), 1, "\n");
- }
-
- mvwprintw(user_w, 0, 0, "%s", msg.c_str());