changeset 5922:83507b72ae6d

[gaim-migrate @ 6362] Aaron DeLong (groff) says this gets perl modules to load, and gamaralf is complaining because the fix works and i didn't do anything with it. so i searched out where the fix would be, because the line numbers were incredibly off, which is why i didn't do anything with it in the first place, and here it is. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 18 Jun 2003 14:55:09 +0000
parents 6a84a1892e26
children 1afd1ffd329a
files plugins/perl/perl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl.c	Wed Jun 18 14:02:16 2003 +0000
+++ b/plugins/perl/perl.c	Wed Jun 18 14:55:09 2003 +0000
@@ -1284,7 +1284,7 @@
 	gboolean status = TRUE;
 
 	perl_construct(prober);
-	perl_parse(prober, NULL, 2, argv, NULL);
+	perl_parse(prober, xs_init, 2, argv, NULL);
 	
 	{
 		dSP;