Changeset 9340
- Timestamp:
- Oct 21, 2009, 2:45:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r9336 r9340 1342 1342 1343 1343 tor->isRunning = 1; 1344 tr_torrentSetDirty( tor ); 1344 1345 tor->preVerifyTotal = tr_cpHaveTotal( &tor->completion ); 1345 1346 tr_verifyAdd( tor, checkAndStartCB ); … … 1455 1456 1456 1457 tor->isRunning = 0; 1458 tr_torrentSetDirty( tor ); 1457 1459 tr_runInEventThread( tor->session, stopTorrent, tor ); 1458 1460
Note: See TracChangeset
for help on using the changeset viewer.