mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
hudson-t is a wuss
This commit is contained in:
parent
0396d9691f
commit
a16568db66
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ processResponse( const char * host, int port,
|
|||
fprintf( stderr, "got response: [%*.*s]\n",
|
||||
(int)len, (int)len, (const char*) response );
|
||||
|
||||
if( tr_jsonParse( response, len, &top, NULL ) )
|
||||
if( tr_jsonParse( response, len, &top ) )
|
||||
tr_nerr( MY_NAME, "Unable to parse response \"%*.*s\"", (int)len, (int)len, (char*)response );
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue