Skip to content

Commit 5c7db7c

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 dcd873a commit 5c7db7c

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
@@ -65,7 +65,7 @@ int odb_source_loose_freshen_object(struct odb_source *source,
6565
const struct object_id *oid);
6666

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

0 commit comments

Comments
 (0)