]> git.kaiwu.me - haproxy.git/commit
[MINOR] fix a few remaining printf-like formats on 64-bit platforms
authorWilly Tarreau <w@1wt.eu>
Sat, 11 Apr 2009 17:42:49 +0000 (19:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 16:19:22 +0000 (18:19 +0200)
commitb66142eb85f5039412b28e34706cdfc660f52945
treebae11b2572280e650662ab9d6fb09c81c3d6a72e
parent61c6169be1879f8629e4cb9027a93e8881079012
[MINOR] fix a few remaining printf-like formats on 64-bit platforms

Mainly two sizeof() returning size_t which is not the size of an int
on 64-bit platforms.
(cherry picked from commit 5e4a6f13f4b3c3de0e533284d5fabd9b4bbe00cc)
(cherry picked from commit 3162903ee77d77104687f5c291948a00e169627f)
src/cfgparse.c
src/standard.c