From de93105d51d2e21d2d82ea73e6d4ba5fd0d460f5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 16 Nov 2008 23:33:59 +0000 Subject: [PATCH] pad file fix --- src/storage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage.cpp b/src/storage.cpp index f69dcde88..9a41570a8 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -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());