mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
type
svn:r7
This commit is contained in:
parent
aa6567fe64
commit
e99653d028
@ -37,7 +37,7 @@ write_cb(int fd, short event, void *arg)
|
|||||||
if (!called)
|
if (!called)
|
||||||
event_add(arg, NULL);
|
event_add(arg, NULL);
|
||||||
close(pair[0]);
|
close(pair[0]);
|
||||||
} else if (called == 1):
|
} else if (called == 1)
|
||||||
test_okay = 0;
|
test_okay = 0;
|
||||||
|
|
||||||
called++;
|
called++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user