mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 08:21:40 +08:00
Changes from mercurial repository.
This commit is contained in:
@@ -202,7 +202,7 @@ CSocketMultiplexer::serviceThread(void*)
|
||||
try {
|
||||
// check for status
|
||||
if (!pfds.empty()) {
|
||||
status = ARCH->pollSocket(&pfds[0], pfds.size(), -1);
|
||||
status = ARCH->pollSocket(&pfds[0], (int)pfds.size(), -1);
|
||||
}
|
||||
else {
|
||||
status = 0;
|
||||
|
||||
Reference in New Issue
Block a user