diff options
| -rw-r--r-- | src/sdtui.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/sdtui.c b/src/sdtui.c index 285cd9c..502aec3 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -1139,7 +1139,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS  	while (TRUE)  	{ -		if (poll_restart (pollfd, 3, -1) == -1) +		if (poll_restart (pollfd, 2, -1) == -1)  			abort ();  		if ((pollfd[0].revents & POLLIN) | 
