From 988a521bf06a348bee36a079ba2522653d17d59a Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 4 Jul 2012 17:35:07 +0000 Subject: The register_printf_render_std() function expects regular string. Change argument type from 'const unsigned char *' to 'const char *'. MFC after: 2 weeks --- include/printf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/printf.h b/include/printf.h index 1cb39c700926..c12c3ebf4ec3 100644 --- a/include/printf.h +++ b/include/printf.h @@ -123,7 +123,7 @@ int register_printf_function(int spec, printf_function *render, printf_arginfo_f /* FreeBSD */ int register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo); -int register_printf_render_std(const unsigned char *specs); +int register_printf_render_std(const char *specs); /* vprintf_errno.c */ printf_arginfo_function __printf_arginfo_errno; -- cgit v1.2.3