On 7/3/2011 9:42 AM, Gerrit Wichert wrote:
Strings were just passed to a C function expecting a struct of type 'dstr' like in this testing code.
Passing structs as value parameters do not follow the C ABI on Linux 64. This is a known bug.
On 7/3/2011 9:42 AM, Gerrit Wichert wrote:
Strings were just passed to a C function expecting a struct of type 'dstr' like in this testing code.
Passing structs as value parameters do not follow the C ABI on Linux 64. This is a known bug.