Removed extraneous closing parentheses causing compile errors. (#54064)
authorPeter Sollich <petersol@microsoft.com>
Fri, 11 Jun 2021 15:57:05 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 15:57:05 +0000 (17:57 +0200)
src/coreclr/tools/StressLogAnalyzer/StressLogPlugin/StressLogPlugin.cpp

index 793ab64..42e7783 100644 (file)
@@ -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