v4.0.0-rc2 - add function 'successlog'

This commit is contained in:
Liam Waldron 2024-10-03 11:39:28 -04:00
parent bcb0c4ba88
commit f00cdff880

View File

@ -115,7 +115,7 @@ void
successlog(char MSG[])
{
const wchar_t w_check = 0x2713;
setlocale(LC_TYPE, "");
setlocale(LC_CTYPE, "");
if (MSG == NULL) {
return;