Skip to content

Commit

Permalink
return first of each key, not for all keys
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed May 29, 2011
1 parent ccd22f9 commit 2751896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expac.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static alpm_list_t *resolve_pkg(alpm_list_t *targets) {

ret = alpm_list_add(ret, pkg);
if (readone) {
return ret;
break;
}
}
}
Expand Down

0 comments on commit 2751896

Please sign in to comment.