Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
One for change that git decdied it'd rather forget about. *sigh*
  • Loading branch information
jnthn committed Jun 2, 2009
1 parent 24460c8 commit d396ab4
Showing 1 changed file with 1 addition and 1 deletion.
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 && many == MMD_ONE_RESULT) {
if (possibles_count > 1) {
/* 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 d396ab4

Please sign in to comment.