summaryrefslogtreecommitdiff
path: root/threadproc/win32/proc.c
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-04-29 13:40:18 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-04-29 13:40:18 +0000
commit97bbc0974805990f437aef7d33f84c06ca5c4303 (patch)
tree7464ba64cc4cb2f57620a7eb3cfa0e68fc6610e5 /threadproc/win32/proc.c
parent5c8c2380cb165449d647c49528730a9294c45c15 (diff)
downloadlibapr-97bbc0974805990f437aef7d33f84c06ca5c4303.tar.gz
It's just a jump to the left... and a step to the right...
Some things are easier to follow when you leave them in the natural order of things. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/win32/proc.c')
-rw-r--r--threadproc/win32/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c
index 1eb5ba9fe..fdce23856 100644
--- a/threadproc/win32/proc.c
+++ b/threadproc/win32/proc.c
@@ -340,8 +340,8 @@ APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new,
DWORD dwCreationFlags = 0;
new->in = attr->parent_in;
- new->err = attr->parent_err;
new->out = attr->parent_out;
+ new->err = attr->parent_err;
if (attr->detached) {
/* If we are creating ourselves detached, Then we should hide the