Changeset 8244 for trunk/libtransmission/torrent.c
- Timestamp:
- Apr 16, 2009, 1:10:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8220 r8244 1245 1245 if( !tor->isRunning ) 1246 1246 { 1247 const intisVerifying = tr_verifyInProgress( tor );1247 const tr_bool isVerifying = tr_verifyInProgress( tor ); 1248 1248 1249 1249 if( !isVerifying && reloadProgress )
Note: See TracChangeset
for help on using the changeset viewer.