mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
%Ld isn't standard, %lld is more portable. In addition, the format should be %llu since the printed values are unsigned. This should address issue #1013.