adjusted to latest changes.

This commit is contained in:
Martin Preuss
2025-03-21 20:55:11 +01:00
parent 3f0e9c9294
commit 2964347e7b

View File

@@ -270,7 +270,7 @@ int testTty2(int argc, char **argv)
return 2;
}
endpointObject=AQH_TtyEndpoint2_new(eventLoop, fd);
endpointObject=AQH_TtyEndpoint2_new(eventLoop, fd, 0);
for (;;) {
AQH_EventLoop_Run(eventLoop, 500);