socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
965 stars 86 forks source link

Add missing closing ')' on assert call in ev_port.c #224

Closed Haerezis closed 5 years ago

Haerezis commented 5 years ago

Fix https://github.com/socketry/nio4r/issues/223

ioquatix commented 5 years ago

I checked and it looks like an error in the libev release. Weird.

tarcieri commented 5 years ago

Huh, weird. Someone should probably report it upstream

ioquatix commented 5 years ago

I checked and it was already fixed in CVS.

Haerezis commented 5 years ago

It was fixed in http://cvs.schmorp.de/libev/ev_port.c?r1=1.32&r2=1.33 , on the 08/17