summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6ee4ce)
raw | patch | inline | side by side (parent: a6ee4ce)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 8 Apr 2008 07:49:23 +0000 (09:49 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 8 Apr 2008 07:49:23 +0000 (09:49 +0200) |
src/exec.c | patch | blob | history |
diff --git a/src/exec.c b/src/exec.c
index b0b716f6031d77a776f1ee11c568b6cf3349bfdc..70c1c18476c1683d7d555b25c16282173402806f 100644 (file)
--- a/src/exec.c
+++ b/src/exec.c
/*
* 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;