hudson-t is a wuss

This commit is contained in:
Charles Kerr 2008-08-18 03:14:54 +00:00
parent 0396d9691f
commit a16568db66
1 changed files with 1 additions and 1 deletions

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
{