Skip to content

Commit

Permalink
fix int_32_t typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 26, 2011
1 parent 3afc64d commit 148b751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/csharp_modular/swig_typemaps.i
Expand Up @@ -44,7 +44,7 @@
int len = $1.vlen;

res = SG_MALLOC(char, sizeof(CTYPE) * len + sizeof(int32_t));
((int_32_t*)res)[0] = len;
((int32_t*)res)[0] = len;

CTYPE * dst = (CTYPE *)(res + sizeof(int32_t));

Expand Down

0 comments on commit 148b751

Please sign in to comment.