]> 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 15:49:33 +0000 (17:49 +0200)
commit3162903ee77d77104687f5c291948a00e169627f
tree58d379811708ee1a59952a086c6ca659b0651aad
parent1e8e543c67118c408015698782f4691d9faf96d1
[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)
src/cfgparse.c
src/standard.c