mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +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
|
|
@ -302,7 +302,7 @@ static void perl_call_signal(PERL_SCRIPT_REC *script, SV *func,
|
|||
SPAGAIN;
|
||||
|
||||
if (SvTRUE(ERRSV)) {
|
||||
char *error = g_strdup(SvPV(ERRSV, PL_na));
|
||||
char *error = g_strdup(SvPV_nolen(ERRSV));
|
||||
signal_emit("script error", 2, script, error);
|
||||
g_free(error);
|
||||
rec = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue