Changeset 6070
- Timestamp:
- Jun 7, 2008, 12:43:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r6069 r6070 781 781 return -1; 782 782 783 bitfield->bits[i] &= (0xff7f >> nth&7u);783 bitfield->bits[i] &= (0xff7f >> (nth&7u)); 784 784 /*assert( !tr_bitfieldHas( bitfield, nth ) );*/ 785 785 return 0;
Note: See TracChangeset
for help on using the changeset viewer.