mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Don't compute log_dir_create_mode in three different places.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
437fbef6eb
commit
e08e2bd87a
4 changed files with 5 additions and 20 deletions
|
|
@ -35,6 +35,8 @@ struct _LOG_REC {
|
|||
};
|
||||
|
||||
extern GSList *logs;
|
||||
extern int log_file_create_mode;
|
||||
extern int log_dir_create_mode;
|
||||
|
||||
/* Create log record - you still need to call log_update() to actually add it
|
||||
into log list */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue