Changeset 3143 for trunk/libtransmission/peer-msgs.c
- Timestamp:
- Sep 23, 2007, 2:11:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-msgs.c
r3138 r3143 907 907 if( tr_cpPieceIsComplete( tor->completion, index ) ) 908 908 { 909 if( !tr_ioHash( tor, index ) )909 if( tr_ioHash( tor, index ) ) 910 910 { 911 911 gotBadPiece( msgs, index );
Note: See TracChangeset
for help on using the changeset viewer.