mirror of
https://github.com/znc/znc.git
synced 2026-06-26 04:52:05 +02:00
852c9832a0
The gettimeofday function returns 0 for success, not for failure. As a result of the inverted logic we were losing millisecond precision when parsing incoming messages on non-HAVE_CLOCK_GETTIME systems (macOS).