mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge pull request #146 from lexaone/master
fix for using option 'log' without 'log-filename' in config file
This commit is contained in:
commit
2369c0558d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ struct option_t option =
|
|||
.local_echo = false,
|
||||
.timestamp = TIMESTAMP_NONE,
|
||||
.list_devices = false,
|
||||
.log_filename = "",
|
||||
.log_filename = NULL,
|
||||
.socket = NULL,
|
||||
.map = "",
|
||||
.color = -1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue