From c46aa050ae91920a3aa84bbe5e68eeac4c5eb970 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Thu, 11 Jul 2013 11:37:39 +0100 Subject: [PATCH] MAX_OPTIONS 40 -> 100 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 29eada6c8..e8a842f88 100644 --- a/main.c +++ b/main.c @@ -62,7 +62,7 @@ #define WINCDECL #endif // _WIN32 -#define MAX_OPTIONS 40 +#define MAX_OPTIONS 100 #define MAX_CONF_FILE_LINE_SIZE (8 * 1024) static int exit_flag; -- GitLab