pad file fix

This commit is contained in:
Arvid Norberg 2008-11-16 23:33:59 +00:00
parent a48ffe36e0
commit de93105d51
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ namespace libtorrent
{
size_type size = 0;
std::time_t time = 0;
if (i->pad_file) continue;
#if TORRENT_USE_WPATH
fs::wpath f = safe_convert((p / i->path).string());