mirror of
https://github.com/transmission/transmission
synced 2025-02-06 22:42:33 +00:00
parent
db118e7998
commit
9d1a141482
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
namespace
|
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;
|
return fd != TR_BAD_SYS_FILE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue