mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
build fix
This commit is contained in:
parent
f286950854
commit
4f52a5ea5c
@ -212,7 +212,8 @@ private:
|
||||
|
||||
if (!this->cl_poll_queue.empty()) {
|
||||
retval = std::max(
|
||||
1LL, this->cl_poll_queue.front().first - current_time);
|
||||
(mstime_t) 1,
|
||||
this->cl_poll_queue.front().first - current_time);
|
||||
}
|
||||
|
||||
ensure(retval > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user