Gui log bugfix

This commit is contained in:
Nekotekina 2016-08-07 14:39:29 +03:00
parent b7eda71673
commit 4438163da1

View file

@ -73,7 +73,7 @@ struct gui_listener : logs::listener
_new->msg += text;
_new->msg += '\n';
last = last->next = _new;
last.exchange(_new)->next = _new;
}
}