Skip to content

Commit

Permalink
bump f-level
Browse files Browse the repository at this point in the history
git-svn: trunk@3188
  • Loading branch information
Tomasz Kojm committed Aug 21, 2007
1 parent f7abbf2 commit 75e745c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue Aug 21 21:43:56 CEST 2007 (tk)
----------------------------------
* libclamav/others.c: bump f-level

Tue Aug 21 21:42:14 CEST 2007 (tk)
----------------------------------
* libclamav/rtf.c: fix possible NULL dereference (bb#611)
Expand Down
2 changes: 1 addition & 1 deletion libclamav/others.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static pthread_mutex_t cli_gentempname_mutex = PTHREAD_MUTEX_INITIALIZER;
#define P_tmpdir "C:\\WINDOWS\\TEMP"
#endif

#define CL_FLEVEL 20 /* don't touch it */
#define CL_FLEVEL 21 /* don't touch it */

short cli_debug_flag = 0, cli_leavetemps_flag = 0;

Expand Down

0 comments on commit 75e745c

Please sign in to comment.