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