未验证 提交 1ecc7865 编写于 作者: P Peter Sollich 提交者: GitHub

Removed extraneous closing parentheses causing compile errors. (#54064)

上级 b88b34c6
......@@ -480,7 +480,7 @@ bool FilterMessage(StressLog::StressLogHeader* hdr, ThreadStressLog* tsl, uint32
for (int i = 0; i < s_valueFilterCount; i++)
{
if ((s_valueFilter[i].end < src || src < s_valueFilter[i].start) &&
(s_valueFilter[i].end < dst_from || dst_from < s_valueFilter[i].start)) &&
(s_valueFilter[i].end < dst_from || dst_from < s_valueFilter[i].start) &&
(s_valueFilter[i].end < dst_to || dst_to < s_valueFilter[i].start))
{
// empty intersection with both the source and the destination
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册