]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: halog: fix build issue caused by %L printf format
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Dec 2020 07:29:09 +0000 (08:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Dec 2020 07:43:09 +0000 (08:43 +0100)
commit2df860cb13e503fc8d80889bb93c20d5e8b24cd5
tree24e63a0e39b12d11cccb6be52a0cce34d475eba9
parentc7ead07b9c31d9648d67c1f652ddf571bf6ea025
CONTRIB: halog: fix build issue caused by %L printf format

%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.
contrib/halog/halog.c