]> git.ipfire.org Git - thirdparty/squid.git/commit
solve some strange negative integer to double conversion bug by casting
authorwessels <>
Fri, 13 Apr 2007 00:16:24 +0000 (00:16 +0000)
committerwessels <>
Fri, 13 Apr 2007 00:16:24 +0000 (00:16 +0000)
commit984ae844cb98046239ae7f8416a133b6127eef4f
tree0bf15d2fc0d8636c032afe1263eebb8e4ec64937
parentbdf5b250c38857b5317e424d1de3664d379b2f12
solve some strange negative integer to double conversion bug by casting
the first number in the subtraction to a double.
src/stat.cc