fixes to plumber and 9term

This commit is contained in:
rsc 2003-11-25 03:02:54 +00:00
parent 21a17ff3e9
commit f161341946
4 changed files with 3 additions and 3 deletions

View file

@ -1315,7 +1315,7 @@ plumb(uint q0, uint q1)
char cbuf[100];
char *w;
if(getchildwdir(pid, childwdir, sizeof childwdir) == 0)
if(getchildwd(rcpid, childwdir, sizeof childwdir) == 0)
w = childwdir;
else
w = wdir;