mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Gui log bugfix
This commit is contained in:
parent
b7eda71673
commit
4438163da1
@ -73,7 +73,7 @@ struct gui_listener : logs::listener
|
||||
_new->msg += text;
|
||||
_new->msg += '\n';
|
||||
|
||||
last = last->next = _new;
|
||||
last.exchange(_new)->next = _new;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user