mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Adjust function name to the portable version.
This commit is contained in:
		
							
								
								
									
										2
									
								
								cmd.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								cmd.c
									
									
									
									
									
								
							@@ -1304,7 +1304,7 @@ cmd_get_default_path(struct cmd_ctx *ctx, const char *cwd)
 | 
			
		||||
		if (ctx->cmdclient != NULL && ctx->cmdclient->cwd != NULL)
 | 
			
		||||
			root = ctx->cmdclient->cwd;
 | 
			
		||||
		else if (ctx->curclient != NULL)
 | 
			
		||||
			root = get_proc_cwd(s->curw->window->active->pid);
 | 
			
		||||
			root = osdep_get_cwd(s->curw->window->active->pid);
 | 
			
		||||
		else
 | 
			
		||||
			return (s->cwd);
 | 
			
		||||
		skip = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user