fixed typos

This commit is contained in:
Arvid Norberg
2010-03-05 06:39:57 +00:00
parent 53acf4349e
commit cb26c80103
2 changed files with 0 additions and 5 deletions

View File

@@ -181,7 +181,6 @@ int test_main()
// calculate the hash for all pieces
set_piece_hashes(t, "./tmp1_web_seed", ec);
std::vector<char> buf;
error_code ec;
bencode(std::back_inserter(buf), t.generate());
boost::intrusive_ptr<torrent_info> torrent_file(new torrent_info(&buf[0], buf.size(), ec));