Skip to content

Commit 77b2ce5

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? object-file.c: use size_t for header lengths
Header renaming bonanza. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent cd4ca9e commit 77b2ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

object-file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ int finalize_object_file_flags(const char *tmpfile, const char *filename,
232232
enum finalize_object_file_flags flags);
233233

234234
void hash_object_file(const struct git_hash_algo *algo, const void *buf,
235-
unsigned long len, enum object_type type,
235+
size_t len, enum object_type type,
236236
struct object_id *oid);
237237

238238
/* Helper to check and "touch" a file */

0 commit comments

Comments
 (0)