mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -77,7 +77,7 @@ static void perl_statusbar_event(char *function, SBAR_ITEM_REC *item,
|
|||
/* make sure we don't get back here */
|
||||
script_unregister_statusbars(script);
|
||||
}
|
||||
signal_emit("script error", 2, script, SvPV(ERRSV, PL_na));
|
||||
signal_emit("script error", 2, script, SvPV_nolen(ERRSV));
|
||||
} else {
|
||||
/* min_size and max_size can be changed, move them to SBAR_ITEM_REC */
|
||||
hv = hvref(item_sv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue