mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/bump-spicy'
This commit is contained in:
commit
96c091f7ac
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 64c0000c2a9385020e7f357711c0da3de4b03517
|
Subproject commit 7347a2be4188a7ec2b3b71cf620fd3e3267c78af
|
|
@ -1719,7 +1719,7 @@ struct VisitorUnitFields : spicy::visitor::PreOrder {
|
||||||
|
|
||||||
void operator()(::spicy::type::unit::item::Switch* n) {
|
void operator()(::spicy::type::unit::item::Switch* n) {
|
||||||
for ( const auto& c : n->cases() ) {
|
for ( const auto& c : n->cases() ) {
|
||||||
for ( const auto& i : c->items() )
|
for ( const auto& i : c->block()->items() )
|
||||||
dispatch(i);
|
dispatch(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue