Changeset 7894 for trunk/libtransmission/torrent.c
- Timestamp:
- Feb 17, 2009, 4:00:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r7893 r7894 229 229 230 230 case TR_RATIOLIMIT_GLOBAL: 231 i f(( isLimited = tr_sessionIsRatioLimited( tor->session )))232 if(ratio )233 231 isLimited = tr_sessionIsRatioLimited( tor->session ); 232 if( isLimited && ratio ) 233 *ratio = tr_sessionGetRatioLimit( tor->session ); 234 234 break; 235 235
Note: See TracChangeset
for help on using the changeset viewer.