Changeset 3398 for trunk/libtransmission/torrent.c
- Timestamp:
- Oct 13, 2007, 3:29:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r3393 r3398 270 270 tr_globalLock( h ); 271 271 272 tor->destination = tr_strdup( destination ); 273 272 274 tor->handle = h; 273 275 tor->pexDisabled = 0; … … 340 342 uncheckedPieces = tr_bitfieldNew( tor->info.pieceCount ); 341 343 342 loaded = tr_fastResumeLoad( tor, destination, uncheckedPieces ); 343 344 loaded = tr_fastResumeLoad( tor, uncheckedPieces ); 344 345 assert( tor->destination != NULL ); 345 346
Note: See TracChangeset
for help on using the changeset viewer.