]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/vswprintf.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / stdio / FreeBSD / vswprintf.c
index 4227e74d93b93f04308858354d386605e9454249..9129639a585bda7a968fe4f748c01d3979b2f409 100644 (file)
@@ -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().