Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created October 26, 2009 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/218945 to your computer and use it in GitHub Desktop.
Save jnthn/218945 to your computer and use it in GitHub Desktop.
Index: src/extend.c
===================================================================
--- src/extend.c (revision 42111)
+++ src/extend.c (working copy)
@@ -1316,7 +1316,7 @@
arg_sig[0] = 'P';
arg_sig[1] = 'i';
arg_sig[2] = 0;
- strcat(arg_sig, signature);
+ strcat(arg_sig, signature + 1);
va_start(args, signature);
sig_object = Parrot_pcc_build_sig_object_from_varargs(interp, obj, arg_sig, args);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment