mirror of
https://github.com/transmission/transmission
synced 2025-01-30 10:52:00 +00:00
parent
db118e7998
commit
9d1a141482
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
namespace
|
||||
{
|
||||
|
||||
[[nodiscard]] auto constexpr isOpen(tr_sys_file_t fd) noexcept
|
||||
[[nodiscard]] auto isOpen(tr_sys_file_t fd) noexcept
|
||||
{
|
||||
return fd != TR_BAD_SYS_FILE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue