Gui log bugfix

This commit is contained in:
Nekotekina 2016-08-07 14:39:29 +03:00
parent b7eda71673
commit 4438163da1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }