mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
fix another 32-bit warning
This commit is contained in:
parent
a3685ba0c5
commit
d2713b4ddc
@ -179,7 +179,7 @@ test_time_period(void *arg)
|
|||||||
* from hs_get_next_time_period_num() */
|
* from hs_get_next_time_period_num() */
|
||||||
{
|
{
|
||||||
time_t next_tp_start = hs_get_start_time_of_next_time_period(fake_time);
|
time_t next_tp_start = hs_get_start_time_of_next_time_period(fake_time);
|
||||||
tt_int_op(hs_get_time_period_num(next_tp_start), OP_EQ,
|
tt_u64_op(hs_get_time_period_num(next_tp_start), OP_EQ,
|
||||||
hs_get_next_time_period_num(fake_time));
|
hs_get_next_time_period_num(fake_time));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user