Changeset 3605 for branches/0.9x/libtransmission/inout.c
- Timestamp:
- Oct 27, 2007, 9:29:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/inout.c
r3571 r3605 428 428 { 429 429 struct recheck_node tmp; 430 struct recheck_node * node; 430 431 tmp.torrent = tor; 431 struct recheck_node *node = tr_list_remove( &recheckList,432 433 432 node = tr_list_remove( &recheckList, 433 &tmp, 434 compareRecheckByTorrent ); 434 435 tr_free( node ); 435 436 tor->recheckState = TR_RECHECK_NONE;
Note: See TracChangeset
for help on using the changeset viewer.