From d6fb797b11aa6dd031032faf425be3ce5a69661d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 6 Aug 2018 14:19:52 -0400 Subject: Use wchar_t strings for all of UI vaswprintf is a nightmare. --- chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chat.c') diff --git a/chat.c b/chat.c index 30fe272..ba83907 100644 --- a/chat.c +++ b/chat.c @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) { signal(SIGINT, sigint); uiInit(); - uiLog("Traveling..."); + uiLog(L"Traveling..."); uiDraw(); int sock = ircConnect(host, port, webPass); -- cgit 1.4.1