Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of git@github.com:rakudo/rakudo
  • Loading branch information
jnthn committed Jun 2, 2009
2 parents 3f839b2 + b91e089 commit 24460c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
39288
39308
2 changes: 1 addition & 1 deletion src/pmc/perl6multisub.pmc
Expand Up @@ -620,7 +620,7 @@ static PMC* do_dispatch(PARROT_INTERP, PMC *self, candidate_info **candidates, P
}

/* Check is default trait if we still have multiple options and we want one. */
if (possibles_count > 1) {
if (possibles_count > 1 && many == MMD_ONE_RESULT) {
/* Locate any default candidates; if we find multiple defaults, this is
* no help, so we'll not bother collection just which ones are good. */
candidate_info *default_cand = NULL;
Expand Down

0 comments on commit 24460c8

Please sign in to comment.