Changeset 6217
- Timestamp:
- Jun 17, 2008, 6:47:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rpc-utils.c
r6213 r6217 40 40 compareTorrentsByAge( const void * a, const void * b ) 41 41 { 42 consttr_torrent * ta = * (tr_torrent **) a;43 consttr_torrent * tb = * (tr_torrent **) b;42 tr_torrent * ta = * (tr_torrent **) a; 43 tr_torrent * tb = * (tr_torrent **) b; 44 44 return tr_compareTime( tr_torrentStatCached( ta )->addedDate, 45 45 tr_torrentStatCached( tb )->addedDate );
Note: See TracChangeset
for help on using the changeset viewer.