Ignore:
Timestamp:
Apr 16, 2009, 1:10:25 PM (14 years ago)
Author:
charles
Message:

(trunk libT) #1992: try to cleanly destroy the "verify local data" thread on shutdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r8220 r8244  
    12451245    if( !tor->isRunning )
    12461246    {
    1247         const int isVerifying = tr_verifyInProgress( tor );
     1247        const tr_bool isVerifying = tr_verifyInProgress( tor );
    12481248
    12491249        if( !isVerifying && reloadProgress )
Note: See TracChangeset for help on using the changeset viewer.