Changeset 8889 for trunk/libtransmission/torrent.c
- Timestamp:
- Aug 10, 2009, 8:04:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8878 r8889 992 992 else if( s->ratio == TR_RATIO_NA ) 993 993 s->percentRatio = 0.0; 994 else 994 else 995 995 s->percentRatio = s->ratio / seedRatio; 996 996 … … 2283 2283 char * oldpath = tr_buildPath( tor->downloadDir, f->name, NULL ); 2284 2284 char * newpath = tr_buildPath( location, f->name, NULL ); 2285 2285 2286 2286 if( do_move ) 2287 2287 {
Note: See TracChangeset
for help on using the changeset viewer.