On Mon, 28 Feb 2005, 08:15 GMT+01 Robert Allerstorfer wrote:

> $ clamscan /home/roal/clam/clam_BZip2.zip
(...)

> ----------- SCAN SUMMARY -----------
(...)
> Data scanned: 0.00 MB
> I/O buffer size: 131072 bytes
> Time: 0.508 sec (0 m 0 s)
                       ^^^
not really that important, but - to be correct - the "0 s" should read
"1 s" IMO, what means that the value S should be computed by
mathematically rounding it instead of just making its integer. Thus, I
would vote for

S = int(S + .5) = int(0.508 + .5) = 1

instead of 'S = int(S) = 0'.

best regards,
rob.

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to