[PATCH 1/1] banned.h: fix vsprintf warning

2019-08-26 Thread Andrey Portnoy via GitGitGadget
From: Andrey Portnoy Previously sprintf was the argument to the BANNED macro, where vsprintf is expected. Signed-off-by: Andrey Portnoy --- banned.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banned.h b/banned.h index 447af24807..60a18d4403 100644 --- a/banned.h +++ b/

[PATCH 0/1] banned.h: fix vsprintf warning

2019-08-26 Thread Andrey Portnoy via GitGitGadget
Previously sprintf was the argument to the BANNED macro, where vsprintf is expected. Andrey Portnoy (1): banned.h: fix vsprintf warning banned.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 75b2f01a0f642b39b0f29b6218515df9b5eb798e Published-As: https://github.com/gitgi