Fix a last minute change in previous.

pull/2413/head
nicm 2020-10-06 07:36:42 +00:00
parent e369f64669
commit 7e319756d2
1 changed files with 1 additions and 1 deletions

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. */