mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
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:
parent
d1d70fd5d7
commit
45c9838141
2 changed files with 5 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue