X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..refs/heads/master:/stdio/FreeBSD/vswprintf.c diff --git a/stdio/FreeBSD/vswprintf.c b/stdio/FreeBSD/vswprintf.c index 4227e74..9129639 100644 --- a/stdio/FreeBSD/vswprintf.c +++ b/stdio/FreeBSD/vswprintf.c @@ -79,7 +79,7 @@ vswprintf_l(wchar_t * __restrict s, size_t n, locale_t loc, return (-1); } *f._p = '\0'; - mbp = f._bf._base; + mbp = (char*)f._bf._base; /* * XXX Undo the conversion from wide characters to multibyte that * fputwc() did in __vfwprintf().