Time formats didn't work in directory name of autologs.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@866 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-25 16:30:56 +00:00 committed by cras
commit 45c9838141
2 changed files with 5 additions and 7 deletions

View file

@ -348,6 +348,7 @@ LOG_REC *log_create_rec(const char *fname, int level)
if (rec == NULL) {
rec = g_new0(LOG_REC, 1);
rec->fname = g_strdup(fname);
rec->real_fname = log_filename(rec);
rec->handle = -1;
}