mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
commit
b8c2915d79
10 changed files with 28 additions and 29 deletions
|
|
@ -238,7 +238,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