Changeset 8602
- Timestamp:
- Jun 3, 2009, 4:59:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent-ctor.c
r8389 r8602 215 215 tr_torrentInitFileDLs( tor, ctor->notWant, ctor->notWantSize, FALSE ); 216 216 if( ctor->wantSize ) 217 tr_torrentInitFileDLs( tor, ctor-> notWant, ctor->wantSize, TRUE );217 tr_torrentInitFileDLs( tor, ctor->want, ctor->wantSize, TRUE ); 218 218 } 219 219
Note: See TracChangeset
for help on using the changeset viewer.