mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
get rid of PL_na
This commit is contained in:
parent
c26a634fe6
commit
7dbb8efdde
10 changed files with 26 additions and 26 deletions
|
|
@ -89,7 +89,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] = (char *)SvPV_nolen(ST(n));
|
||||
}
|
||||
|
||||
format_create_dest(&dest, server, target, 0, window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue