diff options
| author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:57:26 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:57:26 +0000 |
| commit | 80fdbb07abdfac308272dd73dfd6eb1f397f769f (patch) | |
| tree | ac55a1d8e59ee7f7ad11b486e3f0b7e7b555fea5 /net/tintin++-devel/files/patch-ab | |
| parent | 6619dcf37f172b332a0aebac78152d5677f03408 (diff) | |
Update to version 1.84.
PR: 25197
Submitted by: Matt Heckaman <matt@lucida.ca>
Diffstat (limited to 'net/tintin++-devel/files/patch-ab')
| -rw-r--r-- | net/tintin++-devel/files/patch-ab | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/net/tintin++-devel/files/patch-ab b/net/tintin++-devel/files/patch-ab index 1476695c8de6..4a3dd6e5623c 100644 --- a/net/tintin++-devel/files/patch-ab +++ b/net/tintin++-devel/files/patch-ab @@ -1,19 +1,11 @@ -*** main.c.orig Sat Sep 2 10:20:22 2000 ---- main.c Sat Sep 2 10:20:27 2000 -*************** -*** 70,76 **** - int verbatim = 0; - int prompt_on = 0; - int funcnum = 0; -! int enable_chat = 1; - char homepath[1025]; - char prompt_line[BUFFER_SIZE]; - ---- 70,76 ---- - int verbatim = 0; - int prompt_on = 0; - int funcnum = 0; -! int enable_chat = 0; - char homepath[1025]; - char prompt_line[BUFFER_SIZE]; - +--- main.c.orig Sun Feb 18 22:31:06 2001 ++++ main.c Sun Feb 18 22:31:13 2001 +@@ -73,7 +73,7 @@ + int verbatim = 0; + int prompt_on = 0; + int funcnum = 0; +-int enable_chat = 1; ++int enable_chat = 0; + char homepath[1025]; + char prompt_line[BUFFER_SIZE]; + |
