]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHdrContRange.cc
Removed casts from numeric types in debugs() statements.
authorwessels <>
Mon, 30 Apr 2007 22:56:09 +0000 (22:56 +0000)
committerwessels <>
Mon, 30 Apr 2007 22:56:09 +0000 (22:56 +0000)
commit4a7a3d56318aa1e87fb553cf353d4a2c995be387
tree224ea0f2de977e8e4a1fe7de3bed68bce7766a26
parent5bac8e33401410033c16030858febc82e05151a3
Removed casts from numeric types in debugs() statements.

After converting debug to debugs, there were quite a few instances
of casts left over.  I removed casts for int, unsigned, long, and
one double.
61 files changed:
src/ACLMaxUserIP.cc
src/ACLTimeData.cc
src/AuthUser.cc
src/AuthUserRequest.cc
src/DiskIO/Blocking/BlockingFile.cc
src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc
src/HttpHdrContRange.cc
src/HttpHdrRange.cc
src/HttpHeader.cc
src/HttpRequestMethod.cc
src/LeakFinder.cc
src/MemObject.cc
src/Server.cc
src/StoreMetaUnpacker.cc
src/SwapDir.cc
src/asn.cc
src/auth/digest/auth_digest.cc
src/client_side.cc
src/client_side_reply.cc
src/comm.cc
src/comm_poll.cc
src/comm_select.cc
src/comm_select_win32.cc
src/disk.cc
src/dns_internal.cc
src/errorpage.cc
src/filemap.cc
src/forward.cc
src/fs/coss/store_dir_coss.cc
src/fs/coss/store_io_coss.cc
src/fs/ufs/store_dir_ufs.cc
src/fs/ufs/store_io_ufs.cc
src/ftp.cc
src/gopher.cc
src/helper.cc
src/htcp.cc
src/http.cc
src/icmp.cc
src/icp_v2.cc
src/ipc_win32.cc
src/main.cc
src/neighbors.cc
src/net_db.cc
src/pconn.cc
src/peer_digest.cc
src/peer_select.cc
src/pinger.cc
src/refresh.cc
src/repl/heap/store_repl_heap.cc
src/snmp_core.cc
src/store.cc
src/store_client.cc
src/store_digest.cc
src/store_io.cc
src/store_swapout.cc
src/tests/stub_MemObject.cc
src/tunnel.cc
src/unlinkd.cc
src/wccp.cc
src/wccp2.cc
src/whois.cc