Skip to content

Commit bdb30fb

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 8bba084 commit bdb30fb

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
@@ -223,7 +223,7 @@ int finalize_object_file_flags(const char *tmpfile, const char *filename,
223223
enum finalize_object_file_flags flags);
224224

225225
void hash_object_file(const struct git_hash_algo *algo, const void *buf,
226-
unsigned long len, enum object_type type,
226+
size_t len, enum object_type type,
227227
struct object_id *oid);
228228

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

0 commit comments

Comments
 (0)