replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability)

This commit is contained in:
Arvid Norberg
2009-10-26 01:29:39 +00:00
parent 4412e2f1f6
commit c418165e07
60 changed files with 1555 additions and 1273 deletions

View File

@@ -1771,7 +1771,7 @@ namespace libtorrent
test_error(j);
break;
}
j.str = j.storage->save_path().string();
j.str = j.storage->save_path();
break;
}
case disk_io_job::release_files: