]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix time_t type conflicts in libdebug (#1357)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 22 May 2023 04:30:00 +0000 (04:30 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 22 May 2023 11:31:04 +0000 (11:31 +0000)
commit1520f3adddfcd347932bc074a1f81e13a0d96249
tree12fe2f9e660157de7b2d288ba66574c58b9a686b
parentc6aa169d28f883b698a2d62199e69c66c2b1891a
Fix time_t type conflicts in libdebug (#1357)

    error: cannot convert 'const long int*' to 'const time_t*'

On Windows, time_t is 64-bit, and long is not.
src/debug/debug.cc