]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 23 May 2023 04:53:00 +0000 (16:53 +1200)
commitd14b10e14ab155c272d27e2847d6ca914f1cfa8e
tree496db9ce5de926bf9faa12b6ba29451175513d42
parent670180f80ac05d65b30af7ef7ea26fb619df101f
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