Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prune-packed: Fix uninitialized variable.
The dryrun variable was made local instead of static by the previous commit, and local variables aren't initialized to zero. Signed-off-by: Alexandre Julliard <julliard@winehq.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information