1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04: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:
Timo Sirainen 2001-11-27 20:21:56 +00:00 committed by cras
parent a843057fed
commit 8028f969fe

View File

@ -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]);
}
}