diff --git a/Source/NSRunLoop.m b/Source/NSRunLoop.m index 74db0bcfd..593676159 100644 --- a/Source/NSRunLoop.m +++ b/Source/NSRunLoop.m @@ -744,6 +744,7 @@ if (0) { if (poll_return == 0) { + completed = YES; return NO; } @@ -1071,6 +1072,7 @@ if (0) { } if (select_return == 0) { + completed = YES; return NO; }