mirror of
https://github.com/tmux/tmux.git
synced 2025-03-25 15:28:49 +00:00
Fix a last minute change in previous.
This commit is contained in:
parent
e369f64669
commit
7e319756d2
2
format.c
2
format.c
@ -259,7 +259,7 @@ format_copy_state(struct format_expand_state *to,
|
|||||||
to->ft = from->ft;
|
to->ft = from->ft;
|
||||||
to->loop = from->loop;
|
to->loop = from->loop;
|
||||||
to->time = from->time;
|
to->time = from->time;
|
||||||
to->flags = from->flags|flag;
|
to->flags = from->flags|flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Format job update callback. */
|
/* Format job update callback. */
|
||||||
|
Loading…
Reference in New Issue
Block a user