Skip to content

Commit

Permalink
Fix for RT #131855
Browse files Browse the repository at this point in the history
Stupid copy-pasto.
  • Loading branch information
lizmat committed Aug 7, 2017
1 parent 46ef1b5 commit a91ad2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Rakudo/QuantHash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ my class Rakudo::QuantHash {
# and the total value of values in the Mix.
method MIX-ROLL(\elems, \total) {
nqp::stmts(
(my $rand := total.rand),
(my Int $seen := 0),
(my $rand := total.rand),
(my Real $seen := 0),
(my $iter := nqp::iterator(elems)),
nqp::while(
$iter && (
Expand Down

0 comments on commit a91ad2d

Please sign in to comment.