build fix

This commit is contained in:
Timothy Stack 2015-08-02 06:49:33 -07:00
parent f286950854
commit 4f52a5ea5c

View File

@ -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);