AxWin2 - Working in UDP based IPC, select() for input
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / main.c
index 67ceb63..dd80296 100644 (file)
@@ -58,7 +58,8 @@ int main(int argc, char *argv[])
        
                Input_FillSelect(&nfds, &fds);
                IPC_FillSelect(&nfds, &fds);
-
+               
+               nfds ++;
                select(nfds, &fds, NULL, NULL, NULL);
 
                Input_HandleSelect(&fds);

UCC git Repository :: git.ucc.asn.au