mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -295,7 +295,7 @@ format_job_get(struct format_tree *ft, const char *cmd)
 | 
			
		||||
	t = time(NULL);
 | 
			
		||||
	if (fj->job == NULL && (force || fj->last != t)) {
 | 
			
		||||
		fj->job = job_run(expanded, NULL, NULL, format_job_update,
 | 
			
		||||
		    format_job_complete, NULL, fj);
 | 
			
		||||
		    format_job_complete, NULL, fj, JOB_NOWAIT);
 | 
			
		||||
		if (fj->job == NULL) {
 | 
			
		||||
			free(fj->out);
 | 
			
		||||
			xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user