mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-27 21:38:40 +02:00
Changes from mercurial repository.
This commit is contained in:
parent
44bb32f476
commit
98c68897d8
135 changed files with 2686 additions and 26965 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue