master
Joey Hess 2010-04-21 21:38:53 -04:00
parent 557912c723
commit 32dd388f8d
1 changed files with 1 additions and 1 deletions

View File

@ -2221,7 +2221,7 @@ sub merge_influences {
my $anded=shift;
if (! $anded || (($this || %{$this->[1]}) &&
($other || %{$other->[1]}))) {
($other || %{$other->[1]}))) {
foreach my $influence (keys %{$other->[1]}) {
$this->[1]{$influence} |= $other->[1]{$influence};
}