mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
depth: make constructor explicit
This commit is contained in:
committed by
Matthew Barr
parent
37cb93e60f
commit
cf82924a39
@@ -84,7 +84,7 @@ void checkVertex(const ReportManager &rm, const NGHolder &g, NFAVertex v,
|
||||
return;
|
||||
}
|
||||
if (is_any_start(v, g)) {
|
||||
info.min = 0;
|
||||
info.min = depth(0);
|
||||
info.max = max(info.max, depth(0));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user