ports/net/tintin++-devel/files/patch-ab
Ade Lovett fc56a577df Update to version 1.82
PR:		20991
Submitted by:	Park, JongHwan <jhp@cocoja.holywar.net>
2000-09-17 18:36:01 +00:00

38 lines
1.1 KiB
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];
*** chat.c.orig Sat Sep 2 10:34:02 2000
--- chat.c Sat Sep 2 10:33:32 2000
***************
*** 1458,1464 ****
if ((f = fopen("chat.conf", "r")) == NULL) {
printf("\n#ERROR: chat.conf not found!\n");
printf(" This file must be in your current directory.\n");
! printf(" Using defaults...\n");
fflush(stdout);
return;
}
--- 1458,1464 ----
if ((f = fopen("chat.conf", "r")) == NULL) {
printf("\n#ERROR: chat.conf not found!\n");
printf(" This file must be in your current directory.\n");
! printf(" You can find example in /usr/local/share/doc/tintin\n");
fflush(stdout);
return;
}