Changeset 9361
- Timestamp:
- Oct 22, 2009, 2:35:46 AM (13 years ago)
- Location:
- branches/1.7x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/NEWS
r9360 r9361 4 4 * Use automake's "quieter builds" rule when available 5 5 ==== Daemon ==== 6 * Fix possible dataloss when using "transmission-remote --find" 6 7 * Fix ratio-limit bug on some uClibc systems 7 8 * Fix invalid JSON "nan" error on optware -
branches/1.7x/libtransmission/torrent.c
r9051 r9361 2369 2369 { 2370 2370 /* blow away the leftover subdirectories in the old location */ 2371 tr_torrentDeleteLocalData( tor, remove ); 2371 if( do_move ) 2372 tr_torrentDeleteLocalData( tor, remove ); 2372 2373 2373 2374 /* set the new location and reverify */
Note: See TracChangeset
for help on using the changeset viewer.