Changeset 9871
- Timestamp:
- Jan 4, 2010, 10:17:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/libtransmission/torrent.c
r9378 r9871 1321 1321 tr_verifyRemove( tor ); 1322 1322 tor->isRunning = 1; 1323 tr_torrentSetDirty( tor ); 1323 1324 tor->preVerifyTotal = tr_cpHaveTotal( &tor->completion ); 1324 1325 tr_verifyAdd( tor, checkAndStartCB ); … … 1434 1435 1435 1436 tor->isRunning = 0; 1437 tr_torrentSetDirty( tor ); 1436 1438 tr_runInEventThread( tor->session, stopTorrent, tor ); 1437 1439
Note: See TracChangeset
for help on using the changeset viewer.