prune-packed: Fix uninitialized variable.
commit2bb10fe51eae9bf205513b6a1f9197d4599a8c03
authorAlexandre Julliard <julliard@winehq.org>
Mon, 23 Oct 2006 16:26:39 +0000 (23 18:26 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 23 Oct 2006 20:19:18 +0000 (23 13:19 -0700)
tree801c1629052174f2c73b940b0a05d170565e94fe
parent0abc0260fa3419de649fcc1444e3d256a17ca6c7
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>
builtin-prune-packed.c