Changeset 9567
- Timestamp:
- Nov 25, 2009, 5:10:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r9559 r9567 671 671 overwritten by the resume file */ 672 672 673 torrentInitFromInfo( tor ); 673 674 loaded = tr_torrentLoadResume( tor, ~0, ctor ); 675 tor->completeness = tr_cpGetStatus( &tor->completion ); 674 676 675 677 refreshCurrentDir( tor ); … … 705 707 ++session->torrentCount; 706 708 } 707 708 torrentInitFromInfo( tor );709 709 710 710 /* maybe save our own copy of the metainfo */
Note: See TracChangeset
for help on using the changeset viewer.