mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk libT) #1698: RunTime Check failure
This commit is contained in:
@@ -1402,7 +1402,7 @@ tr_sessionSetProxyPassword( tr_session * session,
|
||||
int
|
||||
tr_sessionGetActiveTorrentCount( tr_session * session )
|
||||
{
|
||||
int ret;
|
||||
int ret = 0;
|
||||
tr_torrent * tor = NULL;
|
||||
|
||||
while(( tor = tr_torrentNext( session, tor )))
|
||||
|
||||
Reference in New Issue
Block a user