mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
didn't work properly with scripts calling Irssi::printformat()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2157 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a843057fed
commit
8028f969fe
1 changed files with 2 additions and 1 deletions
|
|
@ -228,7 +228,8 @@ static void sig_print_format(THEME_REC *theme, const char *module,
|
|||
g_string_append_c(format, '\0');
|
||||
g_string_append_c(format, (char)LINE_CMD_FORMAT);
|
||||
|
||||
g_string_append(format, args[n]);
|
||||
if (args[n] != NULL)
|
||||
g_string_append(format, args[n]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue