#972 (partial) Transmission fails to compile with Sun Studio due to funky C code
This commit is contained in:
parent
36223c112e
commit
ad2146cc24
|
@ -863,11 +863,12 @@ tr_torrentPeersFree( tr_peer_stat * peers, int peerCount UNUSED )
|
|||
tr_free( peers );
|
||||
}
|
||||
|
||||
void tr_torrentAvailability( const tr_torrent * tor, int8_t * tab, int size )
|
||||
void
|
||||
tr_torrentAvailability( const tr_torrent * tor, int8_t * tab, int size )
|
||||
{
|
||||
return tr_peerMgrTorrentAvailability( tor->handle->peerMgr,
|
||||
tor->info.hash,
|
||||
tab, size );
|
||||
tr_peerMgrTorrentAvailability( tor->handle->peerMgr,
|
||||
tor->info.hash,
|
||||
tab, size );
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue