Home | History | Annotate | Download | only in patches
      1  9640  dcarbery --- 2.0b3.1-ori/libgaim/plugins/perl/perl-common.c	2006-08-20 04:36:31.000000000 +0800
      2  9640  dcarbery +++ 2.0b3.1-my/libgaim/plugins/perl/perl-common.c	2006-08-30 14:29:25.242032000 +0800
      3  9198  lj139971 @@ -172,7 +172,7 @@
      4  9198  lj139971  execute_perl(const char *function, int argc, char **args)
      5  9198  lj139971  {
      6  9198  lj139971  	int count = 0, i, ret_value = 1;
      7  9198  lj139971 -	SV *sv_args[argc];
      8  9198  lj139971 +        SV *sv_args[100/*argc*/];
      9  9198  lj139971  	STRLEN na;
     10  9198  lj139971  	dSP;
     11  9198  lj139971  	PERL_SET_CONTEXT(my_perl);
     12