1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-22 21:08:49 +00:00

Fix a last minute change in previous.

This commit is contained in:
nicm 2020-10-06 07:36:42 +00:00
parent e369f64669
commit 7e319756d2

View File

@ -259,7 +259,7 @@ format_copy_state(struct format_expand_state *to,
to->ft = from->ft;
to->loop = from->loop;
to->time = from->time;
to->flags = from->flags|flag;
to->flags = from->flags|flags;
}
/* Format job update callback. */