fixed boost.filesystem usage to not rely on deprecated functions

This commit is contained in:
Arvid Norberg
2008-11-21 23:38:07 +00:00
parent 446d3b51f0
commit 357d548bb5
7 changed files with 21 additions and 18 deletions

View File

@@ -73,8 +73,6 @@ int main(int argc, char* argv[])
int piece_size = 256 * 1024;
char const* creator_str = "libtorrent";
path::default_name_check(no_check);
if (argc != 4 && argc != 5)
{
std::cerr << "usage: make_torrent <output torrent-file> "