*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-10-18 10:46:55 +00:00
parent 40a88434b1
commit a326bc4391
6 changed files with 32 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ int main(int argc, char* argv[])
std::ifstream in(argv[1], std::ios_base::binary);
in.unsetf(std::ios_base::skipws);
entry e = bdecode(std::istream_iterator<char>(in), std::istream_iterator<char>());
s.add_torrent(e, "");
s.add_torrent(e, "./");
// wait for the user to end
char a;