Browse Source

MAX_OPTIONS 40 -> 100

Sergey Lyubka 12 năm trước cách đây
mục cha
commit
c46aa050ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.c

+ 1 - 1
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;