mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Remove warning when using pattern option
This commit is contained in:
parent
148a3c1da1
commit
d3bd5d8e17
1 changed files with 4 additions and 0 deletions
|
|
@ -289,6 +289,10 @@ static int data_handler(void *user, const char *section, const char *name,
|
||||||
{
|
{
|
||||||
option.mute = read_boolean(value, name);
|
option.mute = read_boolean(value, name);
|
||||||
}
|
}
|
||||||
|
else if (!strcmp(name, "pattern"))
|
||||||
|
{
|
||||||
|
// Do nothing
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tio_warning_printf("Unknown option '%s' in configuration file, ignored", name);
|
tio_warning_printf("Unknown option '%s' in configuration file, ignored", name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue