Skip to content

Commit

Permalink
fixup torrent.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 2, 2024
1 parent 58ed656 commit 6a08b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torrent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6985,7 +6985,7 @@ namespace {

if (m_picker
&& m_picker->is_downloading(p)
&& !m_picker->has_piece_passed(p)
&& !m_picker->have_piece(p)
&& !m_picker->is_hashing(p))
{
piece_passed(p);
Expand Down

0 comments on commit 6a08b55

Please sign in to comment.