Changeset 9435 for trunk/libtransmission/torrent.c
- Timestamp:
- Oct 29, 2009, 5:00:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r9428 r9435 2357 2357 else { 2358 2358 /* torrent only has one file */ 2359 char * path = tr_ torrentFindFile( tor, 0);2359 char * path = tr_buildPath( tor->currentDir, tor->info.files[0].name, NULL ); 2360 2360 fileFunc( path ); 2361 2361 tr_free( path );
Note: See TracChangeset
for help on using the changeset viewer.