mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Fix crash on startup if perl is compiled in.
bug #618 git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4872 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
47f129e0a5
commit
84e1e871e7
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ void perl_scripts_init(void)
|
||||||
my_perl = perl_alloc();
|
my_perl = perl_alloc();
|
||||||
perl_construct(my_perl);
|
perl_construct(my_perl);
|
||||||
|
|
||||||
perl_parse(my_perl, xs_init, &argc, args, NULL);
|
perl_parse(my_perl, xs_init, argc, args, NULL);
|
||||||
#if PERL_STATIC_LIBS == 1
|
#if PERL_STATIC_LIBS == 1
|
||||||
perl_eval_pv("Irssi::Core::boot_Irssi_Core();", TRUE);
|
perl_eval_pv("Irssi::Core::boot_Irssi_Core();", TRUE);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue