mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Fix bug in UV::FS.open #17

Closed viking closed 11 years ago

viking commented 11 years ago

uv_fs_open returns an error code, which could be any number less than 0 instead of just -1.

mattn commented 11 years ago

Thank you