Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 14, 2024
1 parent b071646 commit bdc4e24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pread_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,9 @@ namespace {
try {
return m_pool.open_file(storage_index(), m_save_path, file
, files(), mode
#if TORRENT_HAVE_MAP_VIEW_OF_FILE
, nullptr
#endif
);
}
catch (storage_error const& se)
Expand Down

0 comments on commit bdc4e24

Please sign in to comment.