Skip to content
Snippets Groups Projects
Commit 927f9e98 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Survive wide string log message.

parent 4d8c7b0d
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,8 @@ protected void unlocked_log_msg_cont (string msg)
}
last_log = 0;
if( String.width(msg)>8 )
msg = string_to_utf8(msg);
werror (msg);
twiddler_counter = -abs (twiddler_counter);
last_line_inplace = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment