mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Sync OpenBSD patchset 581:
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
This commit is contained in:
		
							
								
								
									
										4
									
								
								log.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								log.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: log.c,v 1.16 2009-07-22 17:31:20 tcunha Exp $ */
 | 
			
		||||
/* $Id: log.c,v 1.17 2009-12-04 22:14:47 tcunha Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -183,7 +183,7 @@ log_vfatal(const char *msg, va_list ap)
 | 
			
		||||
		log_vwrite(LOG_CRIT, fmt, ap);
 | 
			
		||||
	} else {
 | 
			
		||||
		if (asprintf(&fmt, "fatal: %s", msg) == -1)
 | 
			
		||||
       			exit(1);
 | 
			
		||||
			exit(1);
 | 
			
		||||
		log_vwrite(LOG_CRIT, fmt, ap);
 | 
			
		||||
	}
 | 
			
		||||
	free(fmt);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user