mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Nits found with clang.
This commit is contained in:
		@@ -89,7 +89,7 @@ cmd_load_buffer_exec(struct cmd *self, struct cmdq_item *item)
 | 
			
		||||
 | 
			
		||||
	if (c != NULL && c->session == NULL && c->cwd != NULL)
 | 
			
		||||
		cwd = c->cwd;
 | 
			
		||||
	else if ((s = c->session) != NULL && s->cwd != NULL)
 | 
			
		||||
	else if (c != NULL && (s = c->session) != NULL && s->cwd != NULL)
 | 
			
		||||
		cwd = s->cwd;
 | 
			
		||||
	else
 | 
			
		||||
		cwd = ".";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user