diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-02-02 01:57:14 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-02-02 01:57:14 +0000 |
commit | 0fd0030a2acfe10be5670114adfc9fc046c37492 (patch) | |
tree | 23b38ac467b0abcdde47c2f0184ced999fc85b80 /cmd.c | |
parent | 4bb01c17684710107b58e73405d13a23b71732bc (diff) | |
download | rtmux-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |