File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2102,14 +2102,14 @@ sub update_state
21022102 while (my ($f , $v ) = each (%$updateVersionCache )) {
21032103 lcovutil::ignorable_error($lcovutil::ERROR_INTERNAL ,
21042104 " unexpected version entry" )
2105- if exists ($versionCache {$f }) && !$versionCache {$f } eq $v ;
2105+ if exists ($versionCache {$f }) && !( $versionCache {$f } eq $v ) ;
21062106 $versionCache {$f } = $v ;
21072107 }
21082108 my $updateResolveCache = shift ;
21092109 while (my ($f , $v ) = each (%$updateResolveCache )) {
21102110 lcovutil::ignorable_error($lcovutil::ERROR_INTERNAL ,
21112111 " unexpected resolve entry" )
2112- if exists ($resolveCache {$f }) && !$resolveCache {$f } eq $v ;
2112+ if exists ($resolveCache {$f }) && !( $resolveCache {$f } eq $v ) ;
21132113 $resolveCache {$f } = $v ;
21142114 }
21152115 my $msgTypes = shift ;
You can’t perform that action at this time.
0 commit comments