summaryrefslogtreecommitdiff
path: root/src/input/input_net.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-03-14 17:28:05 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-03-14 17:28:05 +0000
commit6caa7a554c634ec2649332bc661fc765d4084255 (patch)
tree8886fd7a3d03f74a5f82ebab049cd19e9a9f9a36 /src/input/input_net.c
parenteb0240ff0f72d78e583a40292d3ba0fe7efa22ab (diff)
downloadxine-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.c2
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;