*** empty log message ***
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user