mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	retcode -> retval for exit message.
This commit is contained in:
		@@ -143,7 +143,7 @@ cmdq_error(struct cmd_q *cmdq, const char *fmt, ...)
 | 
			
		||||
		evbuffer_add(c->stderr_data, "\n", 1);
 | 
			
		||||
 | 
			
		||||
		server_push_stderr(c);
 | 
			
		||||
		c->retcode = 1;
 | 
			
		||||
		c->retval = 1;
 | 
			
		||||
	} else {
 | 
			
		||||
		*msg = toupper((u_char) *msg);
 | 
			
		||||
		status_message_set(c, "%s", msg);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user