Loading...
--- Libc/Libc-1725.40.4/stdio/FreeBSD/vswprintf.c
+++ Libc/Libc-825.26/stdio/FreeBSD/vswprintf.c
@@ -79,7 +79,7 @@
return (-1);
}
*f._p = '\0';
- mbp = (char*)f._bf._base;
+ mbp = f._bf._base;
/*
* XXX Undo the conversion from wide characters to multibyte that
* fputwc() did in __vfwprintf().