Changeset 3387 for trunk/libtransmission/torrent.c
- Timestamp:
- Oct 13, 2007, 3:58:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r3379 r3387 339 339 340 340 uncheckedPieces = tr_bitfieldNew( tor->info.pieceCount ); 341 loaded = tr_fastResumeLoad( tor, uncheckedPieces ); 342 343 /* a path passed in by the user overrides 344 the one loaded by fastresume... */ 345 if( destination && *destination ) { 346 tr_free( tor->destination ); 347 tor->destination = tr_strdup( destination ); 348 } 341 342 loaded = tr_fastResumeLoad( tor, destination, uncheckedPieces ); 349 343 350 344 /* the `paused' flag has highest precedence...
Note: See TracChangeset
for help on using the changeset viewer.