Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss a bogus flat in Capture.WHICH.
  • Loading branch information
jnthn committed Sep 4, 2015
1 parent 5db6cbd commit 9c5cb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Capture.pm
Expand Up @@ -21,7 +21,7 @@ my class Capture { # declared in BOOTSTRAP
if !nqp::isnull($!list) && $!list {
$WHICH ~= '|';
$WHICH ~= ( '(' ~ $_.WHICH ~ ')' )
for flat nqp::hllize($!list);
for nqp::hllize($!list);
}
if !nqp::isnull($!hash) && $!hash {
$WHICH ~= '|';
Expand Down

0 comments on commit 9c5cb50

Please sign in to comment.