From 6caa7a554c634ec2649332bc661fc765d4084255 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 14 Mar 2002 17:28:05 +0000 Subject: small error message change CVS patchset: 1570 CVS date: 2002/03/14 17:28:05 --- src/input/input_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/input_net.c b/src/input/input_net.c index cdb0c383a..5148c3e85 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -71,7 +71,7 @@ extern int errno; #endif #define NET_BS_LEN 2324 -#define PREBUF_SIZE 100000 +#define PREBUF_SIZE 10000000 typedef struct { input_plugin_t input_plugin; -- cgit v1.2.3