methodmissing / eio

A libeio (http://software.schmorp.de/pkg/libeio.html) wrapper for Ruby
http://github.com/methodmissing/eio
Other
29 stars 0 forks source link

EIO.write fix #6

Closed gchudnov closed 12 years ago

gchudnov commented 12 years ago

Replaced StringValueCStr -> StringValuePtr in write and pwrite calls. That allows to have \0 inside a string.