Procházet zdrojové kódy

MAX_OPTIONS 40 -> 100

Sergey Lyubka před 12 roky
rodič
revize
c46aa050ae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;