fixed client_test build

This commit is contained in:
Arvid Norberg 2009-12-05 16:55:25 +00:00
parent a5e56b6fbc
commit 972858ffce
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ int main(int argc, char* argv[])
if (num_pieces > 300) num_pieces = 300;
for (int i = 0; i < num_pieces; ++i)
{
h.set_piece_deadline(i, seconds(i+5), torrent_handle::alert_when_available);
h.set_piece_deadline(i, (i+5) * 1000, torrent_handle::alert_when_available);
}
}
}