mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Gui log bugfix
This commit is contained in:
parent
b7eda71673
commit
4438163da1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ struct gui_listener : logs::listener
|
||||||
_new->msg += text;
|
_new->msg += text;
|
||||||
_new->msg += '\n';
|
_new->msg += '\n';
|
||||||
|
|
||||||
last = last->next = _new;
|
last.exchange(_new)->next = _new;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue