Print timestamps correctly with /SB REDRAW

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@926 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-02 22:08:07 +00:00 committed by cras
commit fab312dde3
4 changed files with 14 additions and 20 deletions

View file

@ -287,7 +287,7 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text)
/* add timestamp/server tag here - if it's done in print_line()
it would be written to log files too */
tmp = format_get_line_start(current_theme, dest);
tmp = format_get_line_start(current_theme, dest, time(NULL));
str = format_add_linestart(text, tmp);
g_free_not_null(tmp);