The big NULL replacement party part 6.
...and ', NULL' had even more to replace.
This commit is contained in:
@@ -355,7 +355,7 @@ void InputHandler_Linux_Event::InputThread()
|
||||
break;
|
||||
|
||||
struct timeval zero = {0,100000};
|
||||
if( select(iMaxFD+1, &fdset, NULL, NULL, &zero) <= 0 )
|
||||
if( select(iMaxFD+1, &fdset, nullptr, nullptr, &zero) <= 0 )
|
||||
continue;
|
||||
RageTimer now;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user