Browse code

increase f-level

git-svn: trunk@1719

Tomasz Kojm authored on 2005/09/16 06:32:33
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Sep 15 23:32:07 CEST 2005 (tk)
2
+----------------------------------
3
+  * libclamav/others: increase f-level
4
+
1 5
 Thu Sep 15 14:03:15 CEST 2005 (tk)
2 6
 ----------------------------------
3 7
   * libclamav/mspack/mszipd.c: zipd_read_input: fake one more byte if input
... ...
@@ -72,7 +72,7 @@ static pthread_mutex_t cli_gentempname_mutex = PTHREAD_MUTEX_INITIALIZER;
72 72
 #define	O_BINARY	0
73 73
 #endif
74 74
 
75
-#define CL_FLEVEL 5 /* don't touch it */
75
+#define CL_FLEVEL 6 /* don't touch it */
76 76
 
77 77
 #define MAX_ALLOCATION 134217728
78 78