Changeset 7684
- Timestamp:
- Jan 12, 2009, 6:02:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/libtransmission/resume.c
r7664 r7684 229 229 && ( tr_bencListSize( list ) == n ) ) 230 230 { 231 int64_t tmp;231 int64_t priority; 232 232 tr_file_index_t i; 233 233 for( i = 0; i < n; ++i ) 234 if( tr_bencGetInt( tr_bencListChild( list, i ), & tmp) )235 inf->files[i].priority = tmp;234 if( tr_bencGetInt( tr_bencListChild( list, i ), &priority ) ) 235 tr_torrentInitFilePriority( tor, i, priority ); 236 236 ret = TR_FR_PRIORITY; 237 237 }
Note: See TracChangeset
for help on using the changeset viewer.