WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7311611

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 0884677 commit 7311611

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)