mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Fix missing argument, stupid last minute changes...
This commit is contained in:
parent
945339b443
commit
62e0ed5d7e
@ -856,7 +856,7 @@ options_table_populate_tree(
|
||||
options_set_string(oo, oe->name, "%s", oe->default_str);
|
||||
break;
|
||||
case OPTIONS_TABLE_STYLE:
|
||||
options_set_style(oo, oe->name, oe->default_str);
|
||||
options_set_style(oo, oe->name, oe->default_str, 0);
|
||||
break;
|
||||
default:
|
||||
options_set_number(oo, oe->name, oe->default_num);
|
||||
|
Loading…
x
Reference in New Issue
Block a user