mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Fix a last minute change in previous.
This commit is contained in:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -259,7 +259,7 @@ format_copy_state(struct format_expand_state *to,
 | 
				
			|||||||
	to->ft = from->ft;
 | 
						to->ft = from->ft;
 | 
				
			||||||
	to->loop = from->loop;
 | 
						to->loop = from->loop;
 | 
				
			||||||
	to->time = from->time;
 | 
						to->time = from->time;
 | 
				
			||||||
	to->flags = from->flags|flag;
 | 
						to->flags = from->flags|flags;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Format job update callback. */
 | 
					/* Format job update callback. */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user