fix for typo in previous checkin

This commit is contained in:
Arvid Norberg 2007-02-25 09:44:08 +00:00
parent 7888b72e12
commit 10068634f8
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ namespace libtorrent
if (m_pimpl->info.num_files() == 1)
{
path single_file = m_pimpl->info.begin_files()->path;
assert(!is_complete(single_file));
assert(!single_file.is_complete());
if (single_file.has_branch_path())
{
assert(single_file.begin() != single_file.end());