Browse code

increase f-level to activate RTF extractor

git-svn: trunk@2820

Tomasz Kojm authored on 2007/02/21 02:40:18
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Feb 20 16:43:27 CET 2007 (tk)
2
+---------------------------------
3
+  * libclamav/others.c: increase f-level to activate RTF extractor
4
+
1 5
 Tue Feb 20 15:59:12 CET 2007 (tk)
2 6
 ---------------------------------
3 7
   * clamd, clamconf: merge win32 patches from NJH
... ...
@@ -94,7 +94,7 @@ static pthread_mutex_t cli_gentempname_mutex = PTHREAD_MUTEX_INITIALIZER;
94 94
 #define       P_tmpdir        "C:\\WINDOWS\\TEMP"
95 95
 #endif
96 96
 
97
-#define CL_FLEVEL 13 /* don't touch it */
97
+#define CL_FLEVEL 14 /* don't touch it */
98 98
 
99 99
 short cli_debug_flag = 0, cli_leavetemps_flag = 0;
100 100