1
0
Fork 0
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:
Charles Kerr 2008-08-18 03:14:54 +00:00
parent 0396d9691f
commit a16568db66

View file

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