Changeset 10528
- Timestamp:
- Apr 25, 2010, 3:19:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10500 r10528 2658 2658 tr_fdFileClose( tor->session, tor, fileNum ); 2659 2659 2660 /* if the torrent's filename on disk isn't the same as the one in the metadata,2661 * then it's been modified to denote that it was a partial file.2662 * Now that it's complete, use the proper filename.*/2660 /* if the torrent's current filename isn't the same as the one in the 2661 * metadata -- for example, if it had the ".part" suffix appended to 2662 * it until now -- then rename it to match the one in the metadata */ 2663 2663 if( tr_torrentFindFile2( tor, fileNum, &base, &sub ) ) 2664 2664 {
Note: See TracChangeset
for help on using the changeset viewer.