mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +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);
 | 
			
		||||
			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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user