commit | 20662531e901a31750e909b671d22f0dc0786e21 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Sep 06 17:55:13 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 07 10:44:37 2017 -0400 |
tree | 07ec81ac38e064e2330bbf890d679e27f098a22b | |
parent | ad394ccfd51b5ac4f7c560f00df4cfecd460d4f7 [diff] |
vsprintf: vsprintf does not have parameter size The inline documentation of vsprintf mentions a parameter size which does not exist in the function declaration. int vsprintf(char *buf, const char *fmt, va_list args); Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>