SVN revision: 4923
This commit is contained in:
Carsten Haitzler 2001-07-05 14:44:55 +00:00
parent 964e12286b
commit 4e31c2170e
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ e_event_loop(void)
/* see if we have any new ipc connections */
tval.tv_sec = 0;
tval.tv_usec = 0;
ipccount =+ select(ipcsize + 1, &ipcset, NULL, NULL, &tval);
ipccount += select(ipcsize + 1, &ipcset, NULL, NULL, &tval);
/* return < 0 - error or signal interrupt */
if (fdcount < 0)