(trunk daemon) #3324 "transmission-remote has no output/status message" -- fixed

This commit is contained in:
Charles Kerr
2010-06-25 07:21:18 +00:00
parent 7e239e932e
commit 3797966cb6

View File

@@ -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: