Closed ownercoder closed 3 years ago
if !ptr.null? stems = ptr.get_array_of_string(0,count) end
This should be fixed in c7cfb16c25e9c78ecaf2b006aca871e0a0847d2f where we check the returned count > 0, which indicates the pointer should be populated.
count > 0
if !ptr.null? stems = ptr.get_array_of_string(0,count) end