Fix a bug in get_all_permutations.
authorLukas Sandström <lukass@etek.chalmers.se>
Fri, 18 Nov 2005 21:53:24 +0000 (22:53 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 22:25:06 +0000 (14:25 -0800)
commit0cb022e0525abb831d01bf581906e67257933d38
tree51047d78cbbff5596bf4d1c9e2d393d38fe63b80
parent2e67a5f449f4026097494569f871d79bf263ab28
Fix a bug in get_all_permutations.

This line was missing in the previous patch for some reason.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c