summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorRussell Coker <russell@coker.com.au>2002-01-11 18:05:44 +0000
committerRussell Coker <russell@coker.com.au>2002-01-11 18:05:44 +0000
commitefda946fafeef852b7183280c002da25beaf4ce5 (patch)
treeec1928fc22b27d65c80efb07eae1af7f256080ea /chat
parent31ddd664422b6cbe1b38b1e0d4cdcbae444e0667 (diff)
downloadppp-efda946fafeef852b7183280c002da25beaf4ce5.tar.gz
Enlarged the report buffer to 256 bytes.
Diffstat (limited to 'chat')
-rw-r--r--chat/chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/chat.c b/chat/chat.c
index dfe3595..a69d66a 100644
--- a/chat/chat.c
+++ b/chat/chat.c
@@ -87,7 +87,7 @@
#endif
#ifndef lint
-static const char rcsid[] = "$Id: chat.c,v 1.26 1999/12/23 01:39:54 paulus Exp $";
+static const char rcsid[] = "$Id: chat.c,v 1.27 2002/01/11 18:05:44 etbe Exp $";
#endif
#include <stdio.h>
@@ -203,7 +203,7 @@ int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0;
int clear_abort_next = 0;
char *report_string[MAX_REPORTS] ;
-char report_buffer[50] ;
+char report_buffer[256] ;
int n_reports = 0, report_next = 0, report_gathering = 0 ;
int clear_report_next = 0;