Codebase list libhash-diff-perl-upstream / 96027b5
Merge branch 'master' of github.com:bolav/hash-diff Bjorn-Olav Strand 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 $rh->{$k} = $h1->{$k}
2828 }
2929 }
30 elsif ((!defined $h2->{$k})||($h1->{$k} ne $h2->{$k})) {
30 elsif ((!defined $h1->{$k})||(!defined $h2->{$k})||($h1->{$k} ne $h2->{$k})) {
3131 $rh->{$k} = $h1->{$k}
3232 }
3333 }