Changeset 7301 for branches/1.4x/libtransmission/session.c
- Timestamp:
- Dec 6, 2008, 5:01:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/libtransmission/session.c
r7176 r7301 454 454 tr_direction dir ) 455 455 { 456 return !tr_bandwidthIsLimited( session->bandwidth, dir );456 return tr_bandwidthIsLimited( session->bandwidth, dir ); 457 457 } 458 458
Note: See TracChangeset
for help on using the changeset viewer.