mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
commit
b8c2915d79
10 changed files with 28 additions and 29 deletions
|
|
@ -90,7 +90,7 @@ PREINIT:
|
|||
PPCODE:
|
||||
charargs = g_new0(char *, items-5+1);
|
||||
for (n = 5; n < items; n++) {
|
||||
charargs[n-5] = (char *)SvPV(ST(n), PL_na);
|
||||
charargs[n-5] = SvPV_nolen(ST(n));
|
||||
}
|
||||
|
||||
format_create_dest(&dest, server, target, 0, window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue