author | Jens Lehmann <Jens.Lehmann@web.de> | |
Fri, 9 Apr 2010 20:08:35 +0000 (22:08 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 10 Apr 2010 05:42:57 +0000 (22:42 -0700) | ||
commit | 54fd955c211db6f4a2c91301f792ec9de86eed31 | |
tree | 551d42922fa69f92d877a91ef754624848dc12b7 | tree | snapshot |
parent | 408dee5222fd732ac8d59d4d95ee47f5662150d2 | commit | diff |
Let check_preimage() use memset() to initialize "struct checkout"
Every code site except check_preimage() uses either memset() or declares
a static instance of "struct checkout" to achieve proper initialization.
Lets use memset() instead of explicit initialization of all members here
too to be on the safe side in case this structure is expanded someday.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Every code site except check_preimage() uses either memset() or declares
a static instance of "struct checkout" to achieve proper initialization.
Lets use memset() instead of explicit initialization of all members here
too to be on the safe side in case this structure is expanded someday.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c | diff | blob | history |