changeset 21799:a6911070ac6e

increased a bit max param length as it can be too short to declare tv channels when you have a long list of
author ben
date Thu, 04 Jan 2007 16:06:01 +0000
parents 31404b462bd5
children 3363189ec02c
files parser-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/parser-cfg.c	Thu Jan 04 16:04:31 2007 +0000
+++ b/parser-cfg.c	Thu Jan 04 16:06:01 2007 +0000
@@ -39,7 +39,7 @@
 #define PRINT_LINENUM	mp_msg(MSGT_CFGPARSER,MSGL_V,"%s(%d): ", conffile, line_num)
 #define MAX_LINE_LEN	10000
 #define MAX_OPT_LEN	1000
-#define MAX_PARAM_LEN	1000
+#define MAX_PARAM_LEN	1500
 	FILE *fp;
 	char *line;
 	char opt[MAX_OPT_LEN + 1];