mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
perl hash length fixes, they're also automatically checked now in
autogen.sh (by peder) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2736 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c8188b61a8
commit
7d0af00133
3 changed files with 6 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ static void perl_netsplit_fill_hash(HV *hv, NETSPLIT_REC *netsplit)
|
|||
av_push(av, plain_bless(tmp->data,
|
||||
"Irssi::Irc::Netsplitchannel"));
|
||||
}
|
||||
hv_store(hv, "channels", 7, newRV_noinc((SV*)av), 0);
|
||||
hv_store(hv, "channels", 8, newRV_noinc((SV*)av), 0);
|
||||
}
|
||||
|
||||
static void perl_netsplit_server_fill_hash(HV *hv, NETSPLIT_SERVER_REC *rec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue