Openwsman / openwsman

Openwsman server implementation and client api with bindings
BSD 3-Clause "New" or "Revised" License
112 stars 53 forks source link

Fix Ruby array casts #169

Closed kkaempf closed 2 years ago

kkaempf commented 2 years ago

RARRAỲ_LEN and RARRAY_PTR work on VALUE, not rb_ary pointer.

Signed-off-by: Klaus Kämpf kkaempf@suse.de