mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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
@ -228,6 +228,7 @@ 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);
|
||||
|
||||
if (args[n] != NULL)
|
||||
g_string_append(format, args[n]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user