mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk libT) fix some code that the newly-added gcc warnings didn't like
This commit is contained in:
@@ -510,7 +510,7 @@ torrentGet( tr_session * session,
|
||||
tr_torrent ** torrents = getTorrents( session, args_in, &torrentCount );
|
||||
tr_benc * list = tr_bencDictAddList( args_out, "torrents", torrentCount );
|
||||
tr_benc * fields;
|
||||
char * msg = NULL;
|
||||
const char * msg = NULL;
|
||||
|
||||
assert( idle_data == NULL );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user