Skip to content

Commit e7b7b4d

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? object-file.c: use size_t for header lengths
Header renaming bonanza. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1faa879 commit e7b7b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-file.h

+1-1
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)