mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
depth: make constructor explicit
This commit is contained in:
committed by
Matthew Barr
parent
37cb93e60f
commit
cf82924a39
@@ -501,7 +501,7 @@ buildCastle(const CastleProto &proto,
|
||||
// possibly means that we've got a repeat that we can't trigger. We do
|
||||
// need to cope with it though.
|
||||
if (contains(triggers, top)) {
|
||||
min_period = minPeriod(triggers.at(top), cr, &is_reset);
|
||||
min_period = depth(minPeriod(triggers.at(top), cr, &is_reset));
|
||||
}
|
||||
|
||||
if (min_period > pr.bounds.max) {
|
||||
|
Reference in New Issue
Block a user