1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 13:46:52 +00:00

fix Gimp_'s problem

This commit is contained in:
Charles Kerr 2007-12-24 05:17:12 +00:00
parent b3b3cf46c4
commit a33f68a344

View file

@ -856,7 +856,7 @@ ipc_addstat( benc_val_t * list, int tor,
{
tr_bencInitStr( item, "downloading", -1, 1 );
}
else if( TR_STATUS_SEED & st->status )
else if( ( TR_STATUS_DONE | TR_STATUS_SEED ) & st->status )
{
tr_bencInitStr( item, "seeding", -1, 1 );
}