ff: fix src_twine

This commit is contained in:
Emil J. Tywoniak 2026-07-13 13:07:37 +02:00
parent 3442960887
commit 5672ecf584
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ FfData FfData::slice(const std::vector<int> &bits) {
res.pol_clr = pol_clr;
res.pol_set = pol_set;
res.attributes = attributes;
res.src_twine = src_twine;
std::optional<Const::Builder> arst_bits;
if (has_arst)
arst_bits.emplace(bits.size());