mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(trunk daemon) #3324 "transmission-remote has no output/status message" -- fixed
This commit is contained in:
@@ -1542,7 +1542,7 @@ processResponse( const char * host, int port, const void * response, size_t len
|
||||
&& tr_bencDictFindDict( b, "torrent-added", &b )
|
||||
&& tr_bencDictFindInt( b, "id", &i ) )
|
||||
tr_snprintf( id, sizeof(id), "%"PRId64, i );
|
||||
break;
|
||||
/* fall-through to default: to give success or failure msg */
|
||||
}
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user