mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-03 04:57:27 +00:00
pool: Handle 32 bit systems
This commit is contained in:
parent
410efda80b
commit
66eb7660a8
@ -70,7 +70,7 @@ void test_core_pool__2(void)
|
||||
}
|
||||
|
||||
/* with fixed page size, allocation must end up with these values */
|
||||
cl_assert_equal_i(55, git_pool__open_pages(&p));
|
||||
cl_assert_equal_i(sizeof(void *) == 8 ? 55 : 45, git_pool__open_pages(&p));
|
||||
git_pool_clear(&p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user