mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
possible fix for r5932/r5933 error reported by John_Clay.
This commit is contained in:
parent
106a272be8
commit
dce2c25fb1
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ struct tr_transfer
|
||||||
|
|
||||||
struct tr_ratecontrol
|
struct tr_ratecontrol
|
||||||
{
|
{
|
||||||
int8_t limit;
|
int limit;
|
||||||
int8_t newest;
|
int newest;
|
||||||
struct tr_transfer transfers[HISTORY_SIZE];
|
struct tr_transfer transfers[HISTORY_SIZE];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue