Fix sys_tty_write (UTF-8 encoding of literals)

This commit is contained in:
Nekotekina 2020-01-06 23:14:34 +03:00
parent 5bace118a7
commit 55f9a56e45
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ error_code sys_tty_write(s32 ch, vm::cptr<char> buf, u32 len, vm::ptr<u32> pwrit
{
if (!msg.empty())
{
sys_tty.notice("sys_tty_write(): “%s”", msg);
sys_tty.notice(u8"sys_tty_write(): “%s”", msg);
if (g_tty)
{