mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
remove dummy alias in strfmt. Fix some wxString remnants, that only make problems in Linux
This commit is contained in:
parent
69352206b6
commit
373ae6b107
3 changed files with 11 additions and 10 deletions
|
@ -149,7 +149,7 @@ void CompilePPUProgram::WriteError(const std::string& error)
|
|||
{
|
||||
if(m_err_list)
|
||||
{
|
||||
m_err_list->WriteText(fmt::FromUTF8(fmt::Format("line %lld: %s\n", m_line, error)));
|
||||
m_err_list->WriteText(fmt::FromUTF8(fmt::Format("line %lld: %s\n", m_line, error.c_str())));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue