fixed pstree bug
parent
f2a9244e2d
commit
ce14460bed
|
@ -151,6 +151,7 @@ printargs(int pid)
|
|||
while(*p == ' ')
|
||||
*p-- = 0;
|
||||
print("%s", b);
|
||||
close(fd);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue