Skip to content

Commit 97cc108

Browse files
committed
fixup! t5799: add support for POST to return either a loose object or packfile
1 parent 24568c8 commit 97cc108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/helper/test-gvfs-protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ static enum worker_result send_loose_object(const struct object_id *oid,
519519
int ret;
520520
unsigned flags = 0;
521521
void *content;
522-
unsigned long size;
522+
size_t size;
523523
enum object_type type;
524524
struct object_info oi = OBJECT_INFO_INIT;
525525
int mayhem__corrupt_loose = string_list_has_string(&mayhem_list,

0 commit comments

Comments
 (0)