mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix some 64bit issues
This commit is contained in:
parent
a02f6e3d23
commit
3780a6b439
@ -1128,7 +1128,7 @@ test_rend_cache_entry_allocation(void *data)
|
||||
{
|
||||
(void)data;
|
||||
|
||||
int ret;
|
||||
size_t ret;
|
||||
rend_cache_entry_t *e;
|
||||
|
||||
// Handles a null argument
|
||||
|
Loading…
Reference in New Issue
Block a user