(trunk) #920 Add "Move Data" to libT so all clients can use it

This commit is contained in:
Charles Kerr
2009-05-20 16:02:12 +00:00
parent 9d1ea6eb6b
commit 7d844ec279
4 changed files with 54 additions and 25 deletions

View File

@@ -794,7 +794,7 @@ torrentSetLocation( tr_session * session,
for( i=0; i<torrentCount; ++i )
{
tr_torrent * tor = torrents[i];
tr_torrentSetLocation( tor, location, move, NULL );
tr_torrentSetLocation( tor, location, move, NULL, NULL );
notify( session, TR_RPC_TORRENT_CHANGED, tor );
}