libclamav/mpool.c: permanently disable debug mode (bb#2222)

0.96
Tomasz Kojm 15 years ago
parent 661e8e3f5a
commit 80871017e0
  1. 4
      ChangeLog
  2. 2
      libclamav/mpool.c

@ -1,3 +1,7 @@
Thu Aug 26 14:06:55 CEST 2010 (tk)
----------------------------------
* libclamav/mpool.c: permanently disable debug mode (bb#2222)
Tue Aug 24 12:27:16 CEST 2010 (tk)
----------------------------------
* libclamav: allow logical sigs to be used as file type sigs (bb#2228)

@ -62,6 +62,8 @@ static inline void spam(const char *fmt, ...) { fmt = fmt; } /* gcc STFU */
#include "mpool.h"
#undef CL_DEBUG /* bb#2222 */
#define MIN_FRAGSIZE 262144
#if SIZEOF_VOID_P==8

Loading…
Cancel
Save