Skip to content

Commit 78e5ec3

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? object-file.c: use size_t for header lengths
Ah, I love the Rename Game. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9e37dd2 commit 78e5ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int odb_source_loose_freshen_object(struct odb_source *source,
6363
const struct object_id *oid);
6464

6565
int odb_source_loose_write_object(struct odb_source *source,
66-
const void *buf, unsigned long len,
66+
const void *buf, size_t len,
6767
enum object_type type, struct object_id *oid,
6868
struct object_id *compat_oid_in, unsigned flags);
6969

0 commit comments

Comments
 (0)