[MPlayer-cvslog] r21817 - trunk/parser-cfg.c

ben subversion at mplayerhq.hu
Thu Jan 4 17:06:01 CET 2007


Author: ben
Date: Thu Jan  4 17:06:01 2007
New Revision: 21817

Modified:
   trunk/parser-cfg.c

Log:
increased a bit max param length as it can be too short to declare tv channels when you have a long list of

Modified: trunk/parser-cfg.c
==============================================================================
--- trunk/parser-cfg.c	(original)
+++ trunk/parser-cfg.c	Thu Jan  4 17:06:01 2007
@@ -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];



More information about the MPlayer-cvslog mailing list