/*
* Creates three pipes (one for reading, one for writing and one for errors),
- * forks a child, sets up the pipes so that fd_in is connected to STDIN of
+ * forks a child, sets up the pipes so that fd_in is connected to STDIN of
* the child and fd_out is connected to STDOUT and fd_err is connected to STDERR
* of the child. Then is calls `exec_child'.
*/
pbuffer = buffer + len;
}
else
- pbuffer = buffer;
- }
+ pbuffer = buffer;
+ }
else if (FD_ISSET(fd_err, ©))
{
char *pnl;