diff input/input.c @ 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 0f1b5b68af32
children e255f9571156
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) {