fix "other" error string in IPC. Reported by jan_doa_; fixed by SoftwareElves

This commit is contained in:
Charles Kerr 2008-01-07 00:19:41 +00:00
parent 0f87a52a30
commit f98ab5b375
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ ipc_addstat( benc_val_t * list, int tor,
case IPC_ST_ERRMSG:
if( '\0' == st->errorString[0] )
{
tr_bencInitStr( item, "other", -1, 1 );
tr_bencInitStr( item, "", -1, 1 );
}
else if( tr_bencInitStrDup( item, st->errorString ) )
{