mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Logs: Fix trailing space, nbsp and unintended character
This commit is contained in:
parent
16579e0b1f
commit
636bde6343
3 changed files with 4 additions and 4 deletions
|
|
@ -1016,7 +1016,7 @@ void kernel_explorer::log(u32 level, QTreeWidgetItem* item)
|
|||
|
||||
for (u32 j = 0; j < level; j++)
|
||||
{
|
||||
m_log_buf += QChar::Nbsp;
|
||||
m_log_buf += QChar::Space;
|
||||
}
|
||||
|
||||
m_log_buf.append(item->text(0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue