mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
More Windows updates
This commit is contained in:
parent
ab5c8df273
commit
14931b3a86
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ lsquic_rechist_stop_wait (lsquic_rechist_t *rechist, lsquic_packno_t cutoff)
|
|||
}
|
||||
else
|
||||
{
|
||||
rechist->rh_n_packets -= cutoff - pi->range.low;
|
||||
rechist->rh_n_packets -= (unsigned)(cutoff - pi->range.low);
|
||||
pi->range.low = cutoff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue