mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +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
|
|
@ -237,7 +237,7 @@ static int perl_script_eval(PERL_SCRIPT_REC *script)
|
|||
|
||||
error = NULL;
|
||||
if (SvTRUE(ERRSV)) {
|
||||
error = SvPV(ERRSV, PL_na);
|
||||
error = SvPV_nolen(ERRSV);
|
||||
|
||||
if (error != NULL) {
|
||||
error = g_strdup(error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue