mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-09 23:33:34 -05:00
object-file: fix sparse 'plain integer as NULL pointer' error
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
6801ffd37d
commit
736cef847c
@@ -1916,7 +1916,7 @@ int odb_source_loose_count_objects(struct odb_source *source,
|
||||
} else {
|
||||
*out = 0;
|
||||
ret = odb_source_loose_for_each_object(source, NULL, count_loose_object,
|
||||
out, 0);
|
||||
out, NULL);
|
||||
}
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user