Changeset 10297
- Timestamp:
- Feb 28, 2010, 3:27:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10293 r10297 2345 2345 2346 2346 /* now blow away any remaining torrent files, such as torrent files in dirty folders */ 2347 for( f=0; f<tor->info.fileCount; ++f) {2348 char * path = tr_buildPath( tor->currentDir, t or->info.files[f].name, NULL );2347 for( i=0, n=tr_ptrArraySize( &torrentFiles ); i<n; ++i ) { 2348 char * path = tr_buildPath( tor->currentDir, tr_ptrArrayNth( &torrentFiles, i ), NULL ); 2349 2349 deleteLocalFile( path, fileFunc ); 2350 2350 tr_free( path );
Note: See TracChangeset
for help on using the changeset viewer.