projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ddd66
)
Enlarged the report buffer to 256 bytes.
author
Russell Coker
<russell@coker.com.au>
Fri, 11 Jan 2002 18:05:44 +0000
(18:05 +0000)
committer
Russell Coker
<russell@coker.com.au>
Fri, 11 Jan 2002 18:05:44 +0000
(18:05 +0000)
chat/chat.c
patch
|
blob
|
history
diff --git
a/chat/chat.c
b/chat/chat.c
index dfe3595695307367da18339ee093470c6c130a17..a69d66a47795b5c380cfa2ae89e368074a5498ee 100644
(file)
--- a/
chat/chat.c
+++ b/
chat/chat.c
@@
-87,7
+87,7
@@
#endif
#ifndef lint
-static const char rcsid[] = "$Id: chat.c,v 1.2
6 1999/12/23 01:39:54 paulus
Exp $";
+static const char rcsid[] = "$Id: chat.c,v 1.2
7 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;