Browse code

increase flevel

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1283 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2005/01/27 03:04:14
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Jan 26 19:01:27 CET 2005 (tk)
2
+---------------------------------
3
+  * libclamav/others: increase flevel
4
+
1 5
 Wed Jan 26 18:37:45 CET 2005 (tk)
2 6
 ---------------------------------
3 7
   * minor cleanup
... ...
@@ -70,7 +70,7 @@ pthread_mutex_t cli_gentemp_mutex = PTHREAD_MUTEX_INITIALIZER;
70 70
 #define	O_BINARY	0
71 71
 #endif
72 72
 
73
-#define CL_FLEVEL 3 /* don't touch it */
73
+#define CL_FLEVEL 4 /* don't touch it */
74 74
 
75 75
 #define MAX_ALLOCATION 134217728
76 76