freebsd-ports/net/tintin++-devel/files/patch-ab
Ade Lovett be2cada2b9 Update to 1.83, with chat feature disabled by default.
Maintainer switch from ports@FreeBSD.org

PR:		21553
Submitted by:	new maintainer <jhp@cocoja.holywar.net>
2000-09-26 14:53:16 +00:00

19 lines
407 B
Text

*** 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];