*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-02-29 21:33:17 +00:00
parent 567fd8112f
commit 3108cd0182
5 changed files with 16 additions and 8 deletions

View File

@@ -304,6 +304,7 @@ int main(int argc, char* argv[])
boost::filesystem::ofstream out(h.save_path() / s.str(), std::ios_base::binary);
out.unsetf(std::ios_base::skipws);
bencode(std::ostream_iterator<char>(out), data);
ses.remove_torrent(*i);
}
break;
}