![](https://secure.gravatar.com/avatar/d41a1ae8ef63e95a9816f4fbbb9223a3.jpg?s=120&d=mm&r=g)
20 Oct
2013
20 Oct
'13
3:26 p.m.
On Sun, Oct 20, 2013 at 9:46 AM, Luís Oliveira <luismbo@gmail.com> wrote:
On Sun, Oct 20, 2013 at 4:40 AM, Liam Healy <lnp@healy.washington.dc.us> wrote:
I've added a test that calls a function with both a string and a structure by value. I confirmed that it does not pass without the new expand-to-foreign-dyn-indirect method, and it does pass with it. Head: b0f1979747 - Foreign functions with both string and structure-by-value calls
I've added a comment to your commit. If that code works on the C side, then I think the CFFI code is wrong.
Possibly so. I don't understand C strings, and I'm away from my C references. Can you see what's wrong? Liam