*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-08-17 21:39:49 +00:00
parent e509d8d30c
commit bcaf8af662
2 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,7 @@ int main(int argc, char* argv[])
return 1;
}
boost::filesystem::path::default_name_check(native);
path::default_name_check(no_check);
try
{

View File

@ -47,6 +47,9 @@ int main(int argc, char* argv[])
{
using namespace libtorrent;
namespace fs = boost::filesystem;
fs::path::default_name_check(fs::no_check);
if (argc != 2)
{
std::cerr << "usage: ./simple_client torrent-file\n"