]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: replace chunk_printf() with chunk_appendf()
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Oct 2012 15:14:26 +0000 (16:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Oct 2012 15:14:26 +0000 (16:14 +0100)
commit7780473c3bbb7359d5d2861eb8421f9db24d70cd
tree4f524e6a4e485ccffd6ea5c8b4d4c179d204bf0a
parentc26ac9deeabe3af21a90c97b4fd626430d178b0f
CLEANUP: replace chunk_printf() with chunk_appendf()

This function's naming was misleading as it is used to append data
at the end of a string, causing some surprizes when used for the
first time!

Add a chunk_printf() function which does what its name suggests.
include/common/chunk.h
src/checks.c
src/chunk.c
src/dumpstats.c