changeset 29361:94d2be22a185

Increase slave mode buffer so that one can load files with a deeper path (or bigger URLs). Patch by Mathieu Schroeter (mathieu DOT schroeter AT gamesover DOT ch).
author ben
date Fri, 26 Jun 2009 20:21:38 +0000
parents cac9b1442efe
children 716ca225f3eb
files input/input.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/input.c	Fri Jun 26 16:20:15 2009 +0000
+++ b/input/input.c	Fri Jun 26 20:21:38 2009 +0000
@@ -918,7 +918,7 @@
   return cmd;
 }
 
-#define MP_CMD_MAX_SIZE 256
+#define MP_CMD_MAX_SIZE 4096
 
 static int
 mp_input_read_cmd(mp_input_fd_t* mp_fd, char** ret) {