1
0
Fork 0
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:
Charles Kerr 2008-05-27 18:37:42 +00:00
parent 106a272be8
commit dce2c25fb1

View file

@ -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];
}; };