Revision: 2693 http://tmux.svn.sourceforge.net/tmux/?rev=2693&view=rev Author: tcunha Date: 2012-02-02 01:57:14 +0000 (Thu, 02 Feb 2012) Log Message: ----------- Adjust function name to the portable version.
Modified Paths: -------------- trunk/cmd.c Modified: trunk/cmd.c =================================================================== --- trunk/cmd.c 2012-02-02 01:55:34 UTC (rev 2692) +++ trunk/cmd.c 2012-02-02 01:57:14 UTC (rev 2693) @@ -1304,7 +1304,7 @@ 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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs