libclamav/cab.c: downgrade warning message (bb#1659)

0.96
Tomasz Kojm 16 years ago
parent 86d59b249e
commit d6f52e0904
  1. 4
      ChangeLog
  2. 2
      libclamav/cab.c

@ -1,3 +1,7 @@
Thu Jul 16 23:01:34 CEST 2009 (tk)
----------------------------------
* libclamav/cab.c: downgrade warning message (bb#1659)
Thu Jul 16 14:20:01 CEST 2009 (acab)
------------------------------------
* libclamav, build system: fix portability issues for fseeko, sysconf(_SC_PAGESIZE),

@ -549,7 +549,7 @@ static int cab_unstore(struct cab_file *file, int bytes)
if(bytes < 0) {
cli_warnmsg("cab_unstore: bytes < 0\n");
cli_dbgmsg("cab_unstore: bytes < 0\n");
return CL_EFORMAT;
}

Loading…
Cancel
Save