Changeset 8458
- Timestamp:
- May 20, 2009, 10:10:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6x/libtransmission/torrent.c
r8457 r8458 1273 1273 assert( tr_isTorrent( tor ) ); 1274 1274 tr_torrentRecheckCompleteness( tor ); 1275 1276 if( tor->startAfterVerify ) 1277 { 1278 tor->startAfterVerify = FALSE; 1279 tr_torrentStart( tor ); 1280 } 1275 1281 } 1276 1282
Note: See TracChangeset
for help on using the changeset viewer.