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
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ struct tr_transfer
struct tr_ratecontrol
{
int8_t limit;
int8_t newest;
int limit;
int newest;
struct tr_transfer transfers[HISTORY_SIZE];
};