mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Fix missing argument, stupid last minute changes...
This commit is contained in:
@ -856,7 +856,7 @@ options_table_populate_tree(
|
|||||||
options_set_string(oo, oe->name, "%s", oe->default_str);
|
options_set_string(oo, oe->name, "%s", oe->default_str);
|
||||||
break;
|
break;
|
||||||
case OPTIONS_TABLE_STYLE:
|
case OPTIONS_TABLE_STYLE:
|
||||||
options_set_style(oo, oe->name, oe->default_str);
|
options_set_style(oo, oe->name, oe->default_str, 0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
options_set_number(oo, oe->name, oe->default_num);
|
options_set_number(oo, oe->name, oe->default_num);
|
||||||
|
Reference in New Issue
Block a user