author | Alexandre Julliard <julliard@winehq.org> | |
Mon, 23 Oct 2006 16:26:39 +0000 (18:26 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 23 Oct 2006 20:19:18 +0000 (13:19 -0700) | ||
commit | 2bb10fe51eae9bf205513b6a1f9197d4599a8c03 | |
tree | 801c1629052174f2c73b940b0a05d170565e94fe | tree | snapshot |
parent | 0abc0260fa3419de649fcc1444e3d256a17ca6c7 | commit | diff |
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>
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 | diff | blob | history |