fixed bug in storage::read()

This commit is contained in:
Daniel Wallin
2003-12-08 09:01:57 +00:00
parent 3849f449fc
commit 298f0edafa
2 changed files with 5 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ int main(int argc, char* argv[])
using namespace libtorrent;
// TEMPORARY
// boost::filesystem::path::default_name_check(boost::filesystem::no_check);
boost::filesystem::path::default_name_check(boost::filesystem::no_check);
if (argc < 2)
{