aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-02-02 01:57:14 +0000
committerTiago Cunha <tcunha@gmx.com>2012-02-02 01:57:14 +0000
commit0fd0030a2acfe10be5670114adfc9fc046c37492 (patch)
tree23b38ac467b0abcdde47c2f0184ced999fc85b80 /cmd.c
parent4bb01c17684710107b58e73405d13a23b71732bc (diff)
downloadrtmux-0fd0030a2acfe10be5670114adfc9fc046c37492.tar.gz
rtmux-0fd0030a2acfe10be5670114adfc9fc046c37492.tar.bz2
rtmux-0fd0030a2acfe10be5670114adfc9fc046c37492.zip
Adjust function name to the portable version.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 59cbfbc8..a58b0d58 100644
--- a/cmd.c
+++ b/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;