Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Oct 28, 2024
1 parent 4e641c5 commit 2a6b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libtorrent/aux_/readwrite.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ inline span<span<Char>> advance_bufs(span<span<Char>> bufs, int const bytes)
return bufs;
}
bufs = bufs.subspan(1);
if (bufs.empty()) return bufs;
}
return bufs;
}

template <typename Char>
Expand Down

0 comments on commit 2a6b2e7

Please sign in to comment.