diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-14 17:28:05 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-14 17:28:05 +0000 |
commit | 6caa7a554c634ec2649332bc661fc765d4084255 (patch) | |
tree | 8886fd7a3d03f74a5f82ebab049cd19e9a9f9a36 /src/input/input_net.c | |
parent | eb0240ff0f72d78e583a40292d3ba0fe7efa22ab (diff) | |
download | xine-lib-6caa7a554c634ec2649332bc661fc765d4084255.tar.gz xine-lib-6caa7a554c634ec2649332bc661fc765d4084255.tar.bz2 |
small error message change
CVS patchset: 1570
CVS date: 2002/03/14 17:28:05
Diffstat (limited to 'src/input/input_net.c')
-rw-r--r-- | src/input/input_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |