# HG changeset patch # User ben # Date 1246047698 0 # Node ID 94d2be22a18571ea31d04e22284a0b133c9fe699 # Parent cac9b1442efe6328cbb6a27ca896fdcd0790e1ea 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). diff -r cac9b1442efe -r 94d2be22a185 input/input.c --- 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) {