Changeset 9195


Ignore:
Timestamp:
Sep 27, 2009, 6:48:00 PM (13 years ago)
Author:
charles
Message:

(trunk libT) #2450: --find should not delete original

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r9188 r9195  
    23802380        {
    23812381            /* blow away the leftover subdirectories in the old location */
    2382             tr_torrentDeleteLocalData( tor, remove );
     2382            if( do_move )
     2383                tr_torrentDeleteLocalData( tor, remove );
    23832384
    23842385            /* set the new location and reverify */
Note: See TracChangeset for help on using the changeset viewer.