Fix the beep. Fixes #985

This commit is contained in:
Learath2 2018-11-22 17:37:52 +01:00
parent 5348533858
commit 21609d43fb

View file

@ -3577,6 +3577,10 @@ int main(int argc, const char **argv) // ignore_convention
}
}
#if defined(CONF_FAMILY_WINDOWS)
SetConsoleOutputCP(65001);
#endif
if(secure_random_init() != 0)
{
RandInitFailed = true;