mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(trunk libT) apparently the r7629 tr_cpBlockBitfieldSet() speedup introduced a bug.
This commit is contained in:
parent
c0acf3e920
commit
196c3c19c3
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,6 @@ tr_cpBlockAdd( tr_completion * cp,
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
int
|
||||
tr_cpBlockBitfieldSet( tr_completion * cp,
|
||||
tr_bitfield * bitfield )
|
||||
|
@ -199,8 +198,8 @@ tr_cpBlockBitfieldSet( tr_completion * cp,
|
|||
|
||||
return success;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
int
|
||||
tr_cpBlockBitfieldSet( tr_completion * cp, tr_bitfield * blockBitfield )
|
||||
{
|
||||
|
@ -245,6 +244,7 @@ tr_cpBlockBitfieldSet( tr_completion * cp, tr_bitfield * blockBitfield )
|
|||
|
||||
return success;
|
||||
}
|
||||
#endif
|
||||
|
||||
/***
|
||||
****
|
||||
|
|
Loading…
Reference in a new issue