mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Make sure relevant std::stringstreams are set to binary
This commit is contained in:
@@ -729,7 +729,6 @@ void GUIChatConsole::middleClick(s32 col, s32 row)
|
||||
msg << gettext("Failed to open webpage");
|
||||
}
|
||||
msg << " '" << weblink << "'";
|
||||
msg.flush();
|
||||
m_chat_backend->addUnparsedMessage(utf8_to_wide(msg.str()));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user