Open ghorn opened 12 years ago
in the c code:
some_c_fun ( char x[256] )
x is read as char when it should probably be read as char*
in the c code:
x is read as char when it should probably be read as char*