mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										4
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								format.c
									
									
									
									
									
								
							@@ -648,9 +648,9 @@ format_find(struct format_tree *ft, const char *key, int modifiers)
 | 
			
		||||
	if (~modifiers & FORMAT_TIMESTRING) {
 | 
			
		||||
		envent = NULL;
 | 
			
		||||
		if (ft->s != NULL)
 | 
			
		||||
			envent = environ_find(&ft->s->environ, key);
 | 
			
		||||
			envent = environ_find(ft->s->environ, key);
 | 
			
		||||
		if (envent == NULL)
 | 
			
		||||
			envent = environ_find(&global_environ, key);
 | 
			
		||||
			envent = environ_find(global_environ, key);
 | 
			
		||||
		if (envent != NULL) {
 | 
			
		||||
			found = envent->value;
 | 
			
		||||
			goto found;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user