Browse code

set flevel to 3

git-svn: trunk@1018

Tomasz Kojm authored on 2004/10/17 23:17:48
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Oct 17 16:10:45 CEST 2004 (tk)
2
+----------------------------------
3
+  * libclamav/others: set flevel to 3
4
+
1 5
 Sun Oct 17 15:31:59 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * libclamav/chmunpack.c: better handling of broken files (problem reported
... ...
@@ -49,7 +49,7 @@ pthread_mutex_t cli_gentemp_mutex = PTHREAD_MUTEX_INITIALIZER;
49 49
 #include "md5.h"
50 50
 #include "cltypes.h"
51 51
 
52
-#define CL_FLEVEL 2 /* don't touch it */
52
+#define CL_FLEVEL 3 /* don't touch it */
53 53
 
54 54
 #define MAX_ALLOCATION 134217728
55 55