mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Cosmetics.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
8c04c2be14
commit
7f2697d307
2 changed files with 1 additions and 3 deletions
|
|
@ -38,8 +38,6 @@ extern GSList *logs;
|
||||||
extern int log_file_create_mode;
|
extern int log_file_create_mode;
|
||||||
extern int log_dir_create_mode;
|
extern int log_dir_create_mode;
|
||||||
|
|
||||||
extern int log_dir_create_mode;
|
|
||||||
|
|
||||||
/* Create log record - you still need to call log_update() to actually add it
|
/* Create log record - you still need to call log_update() to actually add it
|
||||||
into log list */
|
into log list */
|
||||||
LOG_REC *log_create_rec(const char *fname, int level);
|
LOG_REC *log_create_rec(const char *fname, int level);
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ void rawlog_save(RAWLOG_REC *rawlog, const char *fname)
|
||||||
int f;
|
int f;
|
||||||
|
|
||||||
dir = g_path_get_dirname(fname);
|
dir = g_path_get_dirname(fname);
|
||||||
capsicum_mkdir_with_parents_wrapper(dir, log_dir_create_mode);
|
capsicum_mkdir_with_parents_wrapper(dir, log_dir_create_mode);
|
||||||
g_free(dir);
|
g_free(dir);
|
||||||
|
|
||||||
path = convert_home(fname);
|
path = convert_home(fname);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue